summaryrefslogtreecommitdiff
path: root/examples/script/customclass/customclass.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/customclass/customclass.pro')
-rw-r--r--examples/script/customclass/customclass.pro7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/script/customclass/customclass.pro b/examples/script/customclass/customclass.pro
index 13dab7d..1edc511 100644
--- a/examples/script/customclass/customclass.pro
+++ b/examples/script/customclass/customclass.pro
@@ -6,10 +6,7 @@ SOURCES += main.cpp
include(bytearrayclass.pri)
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/customclass
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.pri
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/customclass
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/script/customclass
+INSTALLS += target
maemo5: CONFIG += qt_example