summaryrefslogtreecommitdiffstats
path: root/examples/helper
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helper')
-rw-r--r--examples/helper/deployment.pri2
-rw-r--r--examples/helper/helper.pro3
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/helper/deployment.pri b/examples/helper/deployment.pri
index df438975..8dba8025 100644
--- a/examples/helper/deployment.pri
+++ b/examples/helper/deployment.pri
@@ -47,7 +47,7 @@ android {
} else { # Assumed to be a Desktop Unix, Windows, or Mac
installPrefix = $$desktopInstallPrefix
target.path = $${installPrefix}
- sources.files = *.cpp *.h *.desktop *.png *.pro *.qml *.qmlproject *.svg
+ sources.files = *.cpp *.h *.desktop *.png *.pro *.qml *.qmlproject *.svg *.qrc
sources.path = $$desktopInstallPrefix
export(sources.files)
export(sources.path)
diff --git a/examples/helper/helper.pro b/examples/helper/helper.pro
index 7bb540df..5b55497a 100644
--- a/examples/helper/helper.pro
+++ b/examples/helper/helper.pro
@@ -3,6 +3,7 @@ TEMPLATE = subdirs
# the helpers simply need a make install target, but require no compilation
sources.files = \
qmlapplicationviewer \
- deployment.pri
+ deployment.pri \
+ helper.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/helper
INSTALLS += sources