qtbase: Add missing example installs and files.
Change-Id: I071fd862e001b766c9fb13106242edf23a608663 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
d3ff621a57
commit
b1909fe118
@ -9,7 +9,8 @@ sources.files = $$SOURCES \
|
|||||||
$$HEADERS \
|
$$HEADERS \
|
||||||
$$RESOURCES \
|
$$RESOURCES \
|
||||||
$$FORMS \
|
$$FORMS \
|
||||||
fademessage.pro
|
fademessage.pro \
|
||||||
|
background.jpg
|
||||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/fademessage
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/fademessage
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,4 +5,10 @@ QMAKE_PROJECT_NAME = flowlayout_graphicsview
|
|||||||
HEADERS += flowlayout.h window.h
|
HEADERS += flowlayout.h window.h
|
||||||
SOURCES += flowlayout.cpp main.cpp window.cpp
|
SOURCES += flowlayout.cpp main.cpp window.cpp
|
||||||
|
|
||||||
|
# install
|
||||||
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/flowlayout
|
||||||
|
sources.files = $$SOURCES $$HEADERS *.pro
|
||||||
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/flowlayout
|
||||||
|
INSTALLS += target sources
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
@ -17,3 +17,8 @@ wince*:LIBS += -lws2
|
|||||||
|
|
||||||
CONFIG += console
|
CONFIG += console
|
||||||
|
|
||||||
|
# install
|
||||||
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/bearermonitor
|
||||||
|
sources.files = $$SOURCES $$HEADERS *.ui *.pro
|
||||||
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/bearermonitor
|
||||||
|
INSTALLS += target sources
|
||||||
|
@ -24,5 +24,10 @@ contains(QT_CONFIG, opengl) {
|
|||||||
fshader.glsl
|
fshader.glsl
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# install
|
||||||
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/cube
|
||||||
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES cube.png *.glsl *.pro
|
||||||
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/cube
|
||||||
|
INSTALLS += target sources
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
@ -9,3 +9,9 @@ SOURCES += main.cpp
|
|||||||
OTHER_FILES += applicationicon.svg \
|
OTHER_FILES += applicationicon.svg \
|
||||||
applicationicon.png \
|
applicationicon.png \
|
||||||
applicationicon.desktop
|
applicationicon.desktop
|
||||||
|
|
||||||
|
# install
|
||||||
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/applicationicon
|
||||||
|
sources.files = $$SOURCES $$HEADERS applicationicon.svg applicationicon.png *.pro
|
||||||
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/applicationicon
|
||||||
|
INSTALLS += target sources
|
||||||
|
@ -14,5 +14,8 @@ HEADERS += \
|
|||||||
testwidget.h \
|
testwidget.h \
|
||||||
elidedlabel.h
|
elidedlabel.h
|
||||||
|
|
||||||
CONFIG += mobility
|
# install
|
||||||
MOBILITY =
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/elidedlabel
|
||||||
|
sources.files = $$SOURCES $$HEADERS *.pro
|
||||||
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/elidedlabel
|
||||||
|
INSTALLS += target sources
|
||||||
|
@ -22,5 +22,10 @@ FORMS += \
|
|||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
images.qrc
|
images.qrc
|
||||||
|
|
||||||
|
# install
|
||||||
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/orientation
|
||||||
|
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.png *.pro
|
||||||
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/orientation
|
||||||
|
INSTALLS += target sources
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user