summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/menus/menus.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-11-21 15:55:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-22 07:45:42 +0100
commit91d134a1f9f7eec243b7891886923e8ac0380527 (patch)
tree5a3591a6c75d94383217c2d28571881ea240b820 /examples/activeqt/menus/menus.pro
parent2fe214ca90cfda68126bf6e83e876a3a00635521 (diff)
Fix building of installed examples.
Task-number: QTBUG-27977 Change-Id: I0a8e7698c9d8573a201cbb7394e0c4284983c732 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/activeqt/menus/menus.pro')
-rw-r--r--examples/activeqt/menus/menus.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/activeqt/menus/menus.pro b/examples/activeqt/menus/menus.pro
index adcaf8e..150c1ab 100644
--- a/examples/activeqt/menus/menus.pro
+++ b/examples/activeqt/menus/menus.pro
@@ -10,6 +10,6 @@ RC_FILE = menus.rc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/menus
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS $$RC_FILE menus.ico menus.pro
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS $$RC_FILE menus.ico menus.pro *.xpm
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/menus
INSTALLS += target sources