diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-05-23 22:54:02 +1000 |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-05-23 22:54:02 +1000 |
commit | 9a65bab31862f8b29c176fd0eb384576aea20fbb (patch) | |
tree | 256859b19b39e4843956de3332b11d659cbdc3a8 /examples/script/helloscript/helloscript.pro | |
parent | 0e97952d0309010e676d817baf4a3c1946ec5b8a (diff) | |
parent | cc7c1dec3d1ebe38a9c7676c71bf17781596c6d5 (diff) | |
download | qtscript-9a65bab31862f8b29c176fd0eb384576aea20fbb.tar.gz |
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtscript-staging
* 'master' of git://scm.dev.nokia.troll.no/qt/qtscript-staging:
Doc: Fixed qdoc warnings.
Squashed commit of changes from the 4.8-temp branch.
Squashed commit of the changes from the mobile-examples repository (4.7-generated-declarative branch). (cherry picked from commit 539311f7b2687e3148ea695ce06fee768abe7b44)
Diffstat (limited to 'examples/script/helloscript/helloscript.pro')
-rw-r--r-- | examples/script/helloscript/helloscript.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/script/helloscript/helloscript.pro b/examples/script/helloscript/helloscript.pro index fde0876..5bfbc86 100644 --- a/examples/script/helloscript/helloscript.pro +++ b/examples/script/helloscript/helloscript.pro @@ -9,3 +9,4 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/helloscript INSTALLS += target sources symbian: CONFIG += qt_example +maemo5: CONFIG += qt_example |