summaryrefslogtreecommitdiff
path: root/examples/script/marshal/marshal.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/marshal/marshal.pro')
-rw-r--r--examples/script/marshal/marshal.pro7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/script/marshal/marshal.pro b/examples/script/marshal/marshal.pro
index 16da5af..39654e1 100644
--- a/examples/script/marshal/marshal.pro
+++ b/examples/script/marshal/marshal.pro
@@ -2,10 +2,7 @@ QT = core script
CONFIG += console
SOURCES += main.cpp
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/marshal
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS marshal.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/marshal
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/script/marshal
+INSTALLS += target
maemo5: CONFIG += qt_example