summaryrefslogtreecommitdiff
path: root/examples/script/defaultprototypes/defaultprototypes.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/defaultprototypes/defaultprototypes.pro')
-rw-r--r--examples/script/defaultprototypes/defaultprototypes.pro8
1 files changed, 2 insertions, 6 deletions
diff --git a/examples/script/defaultprototypes/defaultprototypes.pro b/examples/script/defaultprototypes/defaultprototypes.pro
index 0685673..8fa008d 100644
--- a/examples/script/defaultprototypes/defaultprototypes.pro
+++ b/examples/script/defaultprototypes/defaultprototypes.pro
@@ -3,11 +3,7 @@ RESOURCES += defaultprototypes.qrc
SOURCES += main.cpp prototypes.cpp
HEADERS += prototypes.h
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/defaultprototypes
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.js defaultprototypes.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/defaultprototypes
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/script/defaultprototypes
+INSTALLS += target
-symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example