summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-11-21 15:00:38 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-21 15:11:04 +0100
commit9aca40cd8dd4380131fdf411e4cc6402a4735477 (patch)
tree6ee0c4528eac4baf5e09c3c126e4e768561dc32f
parent45a52ddaedf154c06398525567fff7972f727764 (diff)
downloadqtscript-9aca40cd8dd4380131fdf411e4cc6402a4735477.tar.gz
Fix build of installed examples.
Task-number: QTBUG-27977 Change-Id: I26a85995367d79c0a88f3e8a6e8a4fc15caf9094 Reviewed-by: hjk <qthjk@ovi.com>
-rw-r--r--examples/script/helloscript/helloscript.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/script/helloscript/helloscript.pro b/examples/script/helloscript/helloscript.pro
index d3ce7c0..419a826 100644
--- a/examples/script/helloscript/helloscript.pro
+++ b/examples/script/helloscript/helloscript.pro
@@ -4,7 +4,7 @@ SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/helloscript
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS helloscript.pro
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS helloscript.pro helloscript.js
sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/helloscript
INSTALLS += target sources