diff options
author | axis <qt-info@nokia.com> | 2010-06-10 11:38:39 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-06-11 11:25:45 (GMT) |
commit | d7810cb2630be0af69284d2cf26f861e0cda52e6 (patch) | |
tree | 5b5a1e426c8aa9568b79e10c88defa2e758996b5 /mkspecs/common | |
parent | 69b2e6e861debf71132277b123b59c87bb6e2c9e (diff) | |
download | Qt-d7810cb2630be0af69284d2cf26f861e0cda52e6.zip Qt-d7810cb2630be0af69284d2cf26f861e0cda52e6.tar.gz Qt-d7810cb2630be0af69284d2cf26f861e0cda52e6.tar.bz2 |
Moved runonphone target to prf files for all build systems.
This reduces code duplication.
RevBy: Miikka Heikkinen
Diffstat (limited to 'mkspecs/common')
-rw-r--r-- | mkspecs/common/symbian/symbian-makefile.conf | 1 | ||||
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mkspecs/common/symbian/symbian-makefile.conf b/mkspecs/common/symbian/symbian-makefile.conf index a3aade7..ab0c5b9 100644 --- a/mkspecs/common/symbian/symbian-makefile.conf +++ b/mkspecs/common/symbian/symbian-makefile.conf @@ -26,7 +26,6 @@ include(../../common/unix.conf) QMAKE_PREFIX_SHLIB = QMAKE_EXTENSION_SHLIB = dll CONFIG *= no_plugin_name_prefix -CONFIG += run_on_phone QMAKE_EXTENSION_PLUGIN = dll QMAKE_PREFIX_STATICLIB = QMAKE_EXTENSION_STATICLIB = lib diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index b8bfd7c..b037d3c 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -3,7 +3,7 @@ # TEMPLATE = app -CONFIG += qt warn_on release incremental link_prl sis_targets +CONFIG += qt warn_on release incremental link_prl sis_targets run_on_phone QT += core gui QMAKE_INCREMENTAL_STYLE = sublib |