summaryrefslogtreecommitdiff
path: root/examples/uitools
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-10-19 09:08:53 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-19 09:10:51 +0200
commite72c0afcfb35de5225a6b4a7fb04c546baa93b07 (patch)
tree7703ee91366aa5dc86302eb5914817b31fbde687 /examples/uitools
parent4be05bcfb848edc80304434a39573b9ce51d5d06 (diff)
downloadqttools-e72c0afcfb35de5225a6b4a7fb04c546baa93b07.tar.gz
QtTools: Remove symbian branches from .pro-files.
Change-Id: I9b84010a5e0628e348569201503ab6c25a3bbfd5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'examples/uitools')
-rw-r--r--examples/uitools/multipleinheritance/multipleinheritance.pro6
-rw-r--r--examples/uitools/textfinder/textfinder.pro5
-rw-r--r--examples/uitools/uitools.pro4
3 files changed, 1 insertions, 14 deletions
diff --git a/examples/uitools/multipleinheritance/multipleinheritance.pro b/examples/uitools/multipleinheritance/multipleinheritance.pro
index 7e6496741..b967c33d5 100644
--- a/examples/uitools/multipleinheritance/multipleinheritance.pro
+++ b/examples/uitools/multipleinheritance/multipleinheritance.pro
@@ -10,10 +10,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/multipleinheritance
INSTALLS += target sources
-symbian {
- TARGET.UID3 = 0xA000D7C1
- CONFIG += qt_example
-}
QT += widgets
-maemo5: CONFIG += qt_example
-
diff --git a/examples/uitools/textfinder/textfinder.pro b/examples/uitools/textfinder/textfinder.pro
index 337b7216e..acf95c3c6 100644
--- a/examples/uitools/textfinder/textfinder.pro
+++ b/examples/uitools/textfinder/textfinder.pro
@@ -9,9 +9,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro forms
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/textfinder
INSTALLS += target sources
-symbian: CONFIG += qt_example
QT += widgets
-maemo5: CONFIG += qt_example
-
-symbian: warning(This example does not work on Symbian platform)
-simulator: warning(This example does not work on Simulator platform)
diff --git a/examples/uitools/uitools.pro b/examples/uitools/uitools.pro
index f17de666f..04cf4ba17 100644
--- a/examples/uitools/uitools.pro
+++ b/examples/uitools/uitools.pro
@@ -1,7 +1,7 @@
TEMPLATE = subdirs
SUBDIRS = multipleinheritance
-!wince*:!symbian:contains(QT_BUILD_PARTS, tools): SUBDIRS += textfinder
+!wince*:contains(QT_BUILD_PARTS, tools): SUBDIRS += textfinder
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools
@@ -9,6 +9,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS uitools.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools
INSTALLS += target sources
-symbian: CONFIG += qt_example
QT += widgets
-maemo5: CONFIG += qt_example