diff options
author | jkobus <jaroslaw.kobus@digia.com> | 2013-11-19 12:16:31 +0100 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@digia.com> | 2013-11-19 12:51:48 +0100 |
commit | 4c9e3bbecf5af70426ddf9e88cf14cf6bb94cc7d (patch) | |
tree | 682e81cfafa88198bfadf68d8f43b5a4b259ac3e /share/qtcreator/templates/qtquick | |
parent | 2a4aebed76fc084bb67902f17fcf1ccfe63529e0 (diff) | |
download | qt-creator-4c9e3bbecf5af70426ddf9e88cf14cf6bb94cc7d.tar.gz |
Remove mobility and harmattan leftovers from qtquick app .pro
Change-Id: Id999a376c037c831f0bb8850253c74d16d5c385d
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'share/qtcreator/templates/qtquick')
-rw-r--r-- | share/qtcreator/templates/qtquick/qtquick_1_1/app.pro | 9 | ||||
-rw-r--r-- | share/qtcreator/templates/qtquick/qtquick_2_0/app.pro | 5 |
2 files changed, 0 insertions, 14 deletions
diff --git a/share/qtcreator/templates/qtquick/qtquick_1_1/app.pro b/share/qtcreator/templates/qtquick/qtquick_1_1/app.pro index 19aef27281..d0bf06cc5b 100644 --- a/share/qtcreator/templates/qtquick/qtquick_1_1/app.pro +++ b/share/qtcreator/templates/qtquick/qtquick_1_1/app.pro @@ -9,15 +9,6 @@ DEPLOYMENTFOLDERS = folder_01 # QML_IMPORT_PATH # QML_IMPORT_PATH = -# If your application uses the Qt Mobility libraries, uncomment the following -# lines and add the respective components to the MOBILITY variable. -# CONFIG += mobility -# MOBILITY += - -# Speed up launching on MeeGo/Harmattan when using applauncherd daemon -# HARMATTAN_BOOSTABLE # -# CONFIG += qdeclarative-boostable - # The .cpp file which was generated for your project. Feel free to hack it. SOURCES += main.cpp diff --git a/share/qtcreator/templates/qtquick/qtquick_2_0/app.pro b/share/qtcreator/templates/qtquick/qtquick_2_0/app.pro index 2495771e53..de3c9933aa 100644 --- a/share/qtcreator/templates/qtquick/qtquick_2_0/app.pro +++ b/share/qtcreator/templates/qtquick/qtquick_2_0/app.pro @@ -9,11 +9,6 @@ DEPLOYMENTFOLDERS = folder_01 # QML_IMPORT_PATH # QML_IMPORT_PATH = -# If your application uses the Qt Mobility libraries, uncomment the following -# lines and add the respective components to the MOBILITY variable. -# CONFIG += mobility -# MOBILITY += - # The .cpp file which was generated for your project. Feel free to hack it. SOURCES += main.cpp |