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 \
|
||||
$$RESOURCES \
|
||||
$$FORMS \
|
||||
fademessage.pro
|
||||
fademessage.pro \
|
||||
background.jpg
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/fademessage
|
||||
|
||||
|
||||
|
@ -5,4 +5,10 @@ QMAKE_PROJECT_NAME = flowlayout_graphicsview
|
||||
HEADERS += flowlayout.h window.h
|
||||
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)
|
||||
|
@ -17,3 +17,8 @@ wince*:LIBS += -lws2
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
# 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)
|
||||
|
@ -9,3 +9,9 @@ SOURCES += main.cpp
|
||||
OTHER_FILES += applicationicon.svg \
|
||||
applicationicon.png \
|
||||
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 \
|
||||
elidedlabel.h
|
||||
|
||||
CONFIG += mobility
|
||||
MOBILITY =
|
||||
# install
|
||||
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 += \
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user