From e72c0afcfb35de5225a6b4a7fb04c546baa93b07 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 19 Oct 2011 09:08:53 +0200 Subject: QtTools: Remove symbian branches from .pro-files. Change-Id: I9b84010a5e0628e348569201503ab6c25a3bbfd5 Reviewed-by: Friedemann Kleint --- examples/help/contextsensitivehelp/contextsensitivehelp.pro | 7 ------- examples/help/help.pro | 3 --- examples/help/remotecontrol/remotecontrol.pro | 6 ------ examples/help/simpletextviewer/simpletextviewer.pro | 7 ------- 4 files changed, 23 deletions(-) (limited to 'examples/help') diff --git a/examples/help/contextsensitivehelp/contextsensitivehelp.pro b/examples/help/contextsensitivehelp/contextsensitivehelp.pro index 9fa1a2a66..29686b67d 100644 --- a/examples/help/contextsensitivehelp/contextsensitivehelp.pro +++ b/examples/help/contextsensitivehelp/contextsensitivehelp.pro @@ -16,10 +16,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/contextsensitivehelp sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/contextsensitivehelp INSTALLS += target sources - -symbian: CONFIG += qt_example -maemo5: CONFIG += qt_example - -symbian: warning(This example does not work on Symbian platform) -maemo5: warning(This example does not work on Maemo platform) -simulator: warning(This example does not work on Simulator platform) diff --git a/examples/help/help.pro b/examples/help/help.pro index 57b01a302..e0d19e64b 100644 --- a/examples/help/help.pro +++ b/examples/help/help.pro @@ -9,6 +9,3 @@ SUBDIRS += contextsensitivehelp \ sources.files = README *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help INSTALLS += sources - -symbian: CONFIG += qt_example -maemo5: CONFIG += qt_example diff --git a/examples/help/remotecontrol/remotecontrol.pro b/examples/help/remotecontrol/remotecontrol.pro index 79fb7c1be..e972857f8 100644 --- a/examples/help/remotecontrol/remotecontrol.pro +++ b/examples/help/remotecontrol/remotecontrol.pro @@ -13,9 +13,3 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/remotecontrol INSTALLS += target sources -symbian: CONFIG += qt_example -maemo5: CONFIG += qt_example - -symbian: warning(This example does not work on Symbian platform) -maemo5: warning(This example does not work on Maemo platform) -simulator: warning(This example does not work on Simulator platform) diff --git a/examples/help/simpletextviewer/simpletextviewer.pro b/examples/help/simpletextviewer/simpletextviewer.pro index 5ef14c44a..33dc7281e 100644 --- a/examples/help/simpletextviewer/simpletextviewer.pro +++ b/examples/help/simpletextviewer/simpletextviewer.pro @@ -15,10 +15,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/simpletextviewer sources.files = $$SOURCES $$HEADERS $$RESOURCES documentation *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/simpletextviewer INSTALLS += target sources - -symbian: CONFIG += qt_example -maemo5: CONFIG += qt_example - -symbian: warning(This example does not work on Symbian platform) -maemo5: warning(This example does not work on Maemo platform) -simulator: warning(This example does not work on Simulator platform) -- cgit v1.2.3