diff options
author | axis <qt-info@nokia.com> | 2011-04-27 12:05:43 +0200 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:05:43 +0200 |
commit | 8d20184b01f6af4e36f7dad64998a1b813b089f7 (patch) | |
tree | 5c9d3c4e9165f360e19f7522426b99e0c3eb74bd /examples/script/qscript/qscript.pro | |
parent | c4af45c2914381172e1bd7ee528481edaa2fff1a (diff) | |
download | qtscript-8d20184b01f6af4e36f7dad64998a1b813b089f7.tar.gz |
Moved to using a feature profile instead of direct inclusion.
Diffstat (limited to 'examples/script/qscript/qscript.pro')
-rw-r--r-- | examples/script/qscript/qscript.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/script/qscript/qscript.pro b/examples/script/qscript/qscript.pro index 59577a8..8a6aeb4 100644 --- a/examples/script/qscript/qscript.pro +++ b/examples/script/qscript/qscript.pro @@ -13,4 +13,4 @@ sources.files = $$RESOURCES $$FORMS main.cpp qscript.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/qscript INSTALLS += target sources -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +symbian: CONFIG += qt_example |