Fix build of installed examples.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Wed, 21 Nov 2012 13:40:50 +0000 (14:40 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 21 Nov 2012 15:43:22 +0000 (16:43 +0100)
Task-number: QTBUG-27977

Change-Id: Ic64563d120087c57c3579c1268d73531d7022111
Reviewed-by: hjk <qthjk@ovi.com>
examples/designer/containerextension/containerextension.pro
examples/designer/customwidgetplugin/customwidgetplugin.pro
examples/designer/taskmenuextension/taskmenuextension.pro
examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro

index a146712..524b05b 100644 (file)
@@ -36,7 +36,7 @@ OTHER_FILES += multipagewidget.json
 #! [2]
 
 # install
-sources.files = $$SOURCES $$HEADERS *.pro
+sources.files = $$SOURCES $$HEADERS *.pro multipagewidget.json
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/containerextension
 INSTALLS += sources
 
index db65386..ffcee4e 100644 (file)
@@ -30,6 +30,6 @@ OTHER_FILES += analogclock.json
 #! [3]
 
 # install
-sources.files = $$SOURCES $$HEADERS *.pro
+sources.files = $$SOURCES $$HEADERS *.pro analogclock.json
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/customwidgetplugin
 INSTALLS += sources
index 900a05c..e7ff5c6 100644 (file)
@@ -34,6 +34,6 @@ OTHER_FILES += tictactoe.json
 #! [2]
 
 # install
-sources.files = $$SOURCES $$HEADERS *.pro
+sources.files = $$SOURCES $$HEADERS *.pro tictactoe.json
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/taskmenuextension
 INSTALLS += sources
index 68f4ca4..8e69ddc 100644 (file)
@@ -28,6 +28,6 @@ SOURCES     = worldtimeclock.cpp \
 #! [2]
 
 # install
-sources.files = $$SOURCES $$HEADERS *.pro
+sources.files = $$SOURCES $$HEADERS *.pro worldtimeclock.json
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/worldtimeclockplugin
 INSTALLS += sources