diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2012-01-29 10:09:42 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-31 06:30:31 +0100 |
commit | 4a1a84749a01581a7126240e5733e88c95783188 (patch) | |
tree | 2a45c817fb6607a6071bd1e869b6c50dd3e5d3dc /examples/xmlpatterns | |
parent | 990cacfd7650f74f5a1ee1e94fc7d105bebed9fd (diff) | |
download | qtxmlpatterns-4a1a84749a01581a7126240e5733e88c95783188.tar.gz |
Purge the Symbian support from this module
This continues were 70e6c71f7e8e4c12672075e7477f4f1d99f320e6
stopped and removes Symbian support from the .pro files and
the examples.
Change-Id: I760645d6e19cccb50d505340c3a08bacc7190105
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'examples/xmlpatterns')
-rw-r--r-- | examples/xmlpatterns/filetree/filetree.pro | 5 | ||||
-rw-r--r-- | examples/xmlpatterns/recipes/main.cpp | 4 | ||||
-rw-r--r-- | examples/xmlpatterns/recipes/querymainwindow.h | 2 | ||||
-rw-r--r-- | examples/xmlpatterns/recipes/recipes.pro | 4 | ||||
-rw-r--r-- | examples/xmlpatterns/schema/main.cpp | 4 | ||||
-rw-r--r-- | examples/xmlpatterns/schema/mainwindow.h | 2 | ||||
-rw-r--r-- | examples/xmlpatterns/schema/schema.pro | 4 | ||||
-rw-r--r-- | examples/xmlpatterns/trafficinfo/trafficinfo.pro | 5 | ||||
-rw-r--r-- | examples/xmlpatterns/xquery/globalVariables/globalVariables.pro | 1 | ||||
-rw-r--r-- | examples/xmlpatterns/xquery/xquery.pro | 1 |
10 files changed, 2 insertions, 30 deletions
diff --git a/examples/xmlpatterns/filetree/filetree.pro b/examples/xmlpatterns/filetree/filetree.pro index 4b3430a..bae24ec 100644 --- a/examples/xmlpatterns/filetree/filetree.pro +++ b/examples/xmlpatterns/filetree/filetree.pro @@ -11,12 +11,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/filetree INSTALLS += target sources -symbian { - TARGET.UID3 = 0xA000D7C4 - CONFIG += qt_example -} maemo5: CONFIG += qt_example -symbian: warning(This example might not fully work on Symbian platform) maemo5: warning(This example might not fully work on Maemo platform) simulator: warning(This example might not fully work on Simulator platform) diff --git a/examples/xmlpatterns/recipes/main.cpp b/examples/xmlpatterns/recipes/main.cpp index dffe969..81ac5cc 100644 --- a/examples/xmlpatterns/recipes/main.cpp +++ b/examples/xmlpatterns/recipes/main.cpp @@ -47,11 +47,7 @@ int main(int argc, char* argv[]) Q_INIT_RESOURCE(recipes); QApplication app(argc, argv); QueryMainWindow* const queryWindow = new QueryMainWindow; -#ifdef Q_OS_SYMBIAN - queryWindow->showMaximized(); -#else queryWindow->show(); -#endif return app.exec(); } //! [0] diff --git a/examples/xmlpatterns/recipes/querymainwindow.h b/examples/xmlpatterns/recipes/querymainwindow.h index 4a653e5..75d5c27 100644 --- a/examples/xmlpatterns/recipes/querymainwindow.h +++ b/examples/xmlpatterns/recipes/querymainwindow.h @@ -43,7 +43,7 @@ #include <QMainWindow> -#if defined(Q_OS_SYMBIAN) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR) +#if defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR) #include "ui_querywidget_mobiles.h" #else #include "ui_querywidget.h" diff --git a/examples/xmlpatterns/recipes/recipes.pro b/examples/xmlpatterns/recipes/recipes.pro index 2e1f8ec..44c2557 100644 --- a/examples/xmlpatterns/recipes/recipes.pro +++ b/examples/xmlpatterns/recipes/recipes.pro @@ -11,9 +11,5 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html forms files sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/recipes INSTALLS += target sources -symbian { - TARGET.UID3 = 0xA000D7C5 - CONFIG += qt_example -} maemo5: CONFIG += qt_example diff --git a/examples/xmlpatterns/schema/main.cpp b/examples/xmlpatterns/schema/main.cpp index 39094be..99c50d6 100644 --- a/examples/xmlpatterns/schema/main.cpp +++ b/examples/xmlpatterns/schema/main.cpp @@ -47,11 +47,7 @@ int main(int argc, char* argv[]) Q_INIT_RESOURCE(schema); QApplication app(argc, argv); MainWindow* const window = new MainWindow; -#ifdef Q_OS_SYMBIAN - window->showMaximized(); -#else window->show(); -#endif return app.exec(); } //! [0] diff --git a/examples/xmlpatterns/schema/mainwindow.h b/examples/xmlpatterns/schema/mainwindow.h index b376c15..ff7246a 100644 --- a/examples/xmlpatterns/schema/mainwindow.h +++ b/examples/xmlpatterns/schema/mainwindow.h @@ -43,7 +43,7 @@ #include <QMainWindow> -#if defined(Q_OS_SYMBIAN) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR) +#if defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR) #include "ui_schema_mobiles.h" #else #include "ui_schema.h" diff --git a/examples/xmlpatterns/schema/schema.pro b/examples/xmlpatterns/schema/schema.pro index 61b147c..b2a63da 100644 --- a/examples/xmlpatterns/schema/schema.pro +++ b/examples/xmlpatterns/schema/schema.pro @@ -10,9 +10,5 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html files sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/schema INSTALLS += target sources -symbian { - TARGET.UID3 = 0xA000D7C6 - CONFIG += qt_example -} maemo5: CONFIG += qt_example diff --git a/examples/xmlpatterns/trafficinfo/trafficinfo.pro b/examples/xmlpatterns/trafficinfo/trafficinfo.pro index 8a12910..8367f09 100644 --- a/examples/xmlpatterns/trafficinfo/trafficinfo.pro +++ b/examples/xmlpatterns/trafficinfo/trafficinfo.pro @@ -8,12 +8,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/trafficinfo INSTALLS += target sources -symbian { - TARGET.UID3 = 0xA000D7C7 - CONFIG += qt_example -} maemo5: CONFIG += qt_example -symbian: warning(This example might not fully work on Symbian platform) maemo5: warning(This example might not fully work on Maemo platform) simulator: warning(This example might not fully work on Simulator platform) diff --git a/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro b/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro index b5c695d..c3128b0 100644 --- a/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro +++ b/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro @@ -8,5 +8,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.cpp *.pro *.xq *.html sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/xquery/globalVariables INSTALLS += target sources -symbian: CONFIG += qt_example maemo5: CONFIG += qt_example diff --git a/examples/xmlpatterns/xquery/xquery.pro b/examples/xmlpatterns/xquery/xquery.pro index 5e5c4fa..0084f1d 100644 --- a/examples/xmlpatterns/xquery/xquery.pro +++ b/examples/xmlpatterns/xquery/xquery.pro @@ -7,5 +7,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xquery.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/xquery INSTALLS += target sources -symbian: CONFIG += qt_example maemo5: CONFIG += qt_example |