diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> | 2013-02-08 16:27:41 +0100 |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> | 2013-02-08 16:31:20 +0100 |
commit | 84f9848fd9f20536b18834a54ef15c6a65f8a682 (patch) | |
tree | c31353dd1434692b2b4f351126b3abcd8460b8a8 /examples/script/customclass/customclass.pro | |
parent | e7a8eef49d6d205e6cb549e879a27af4fe7fcce4 (diff) | |
parent | 689406ac2424095d6cd4e6bcb3430e53a7e7bbfa (diff) | |
download | qtscript-wip/android.tar.gz |
Merge branch 'dev' into androidwip/android
Change-Id: Iee99e20b0c2eedd01e06a93b10381c03b42788dc
Diffstat (limited to 'examples/script/customclass/customclass.pro')
-rw-r--r-- | examples/script/customclass/customclass.pro | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/examples/script/customclass/customclass.pro b/examples/script/customclass/customclass.pro index 612456b..1edc511 100644 --- a/examples/script/customclass/customclass.pro +++ b/examples/script/customclass/customclass.pro @@ -6,13 +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 -symbian: CONFIG += qt_example maemo5: CONFIG += qt_example - -symbian: warning(This example does not work on Symbian platform) |