Moved to using a feature profile instead of direct inclusion.
authoraxis <qt-info@nokia.com>
Wed, 27 Apr 2011 10:05:43 +0000 (12:05 +0200)
committeraxis <qt-info@nokia.com>
Wed, 27 Apr 2011 10:05:43 +0000 (12:05 +0200)
14 files changed:
demos/arthurplugin/arthurplugin.pro
demos/shared/shared.pro
examples/designer/calculatorbuilder/calculatorbuilder.pro
examples/designer/calculatorform/calculatorform.pro
examples/designer/containerextension/containerextension.pro
examples/designer/customwidgetplugin/customwidgetplugin.pro
examples/designer/designer.pro
examples/designer/taskmenuextension/taskmenuextension.pro
examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro
examples/help/contextsensitivehelp/contextsensitivehelp.pro
examples/help/help.pro
examples/help/remotecontrol/remotecontrol.pro
examples/help/simpletextviewer/simpletextviewer.pro

index c5132b4..3255699 100644 (file)
@@ -45,7 +45,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.jpg *.png
 sources.path = $$[QT_INSTALL_DEMOS]/qttools/arthurplugin
 INSTALLS += target sources
 
-symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
+symbian: CONFIG += qt_demo
 
 win32-msvc* {
        QMAKE_CFLAGS += /Zm500
index ab31b32..bcce9e5 100644 (file)
@@ -34,5 +34,5 @@ INSTALLS += sources
 
 symbian {
     TARGET.UID3 = 0xA000A63C
-    include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
+    CONFIG += qt_demo
 }
index ca4a3ea..88f37ef 100644 (file)
@@ -13,4 +13,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.ui *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/calculatorbuilder
 INSTALLS += target sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example
index 65a8cfe..dc142c5 100644 (file)
@@ -12,4 +12,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/calculatorform
 INSTALLS += target sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example
index 6ded917..32785ab 100644 (file)
@@ -25,4 +25,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/containerextension
 INSTALLS += target sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example
index 0d37874..ae85532 100644 (file)
@@ -20,4 +20,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/customwidgetplugin
 INSTALLS += target sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example
index 0c1d637..9dda71d 100644 (file)
@@ -18,4 +18,4 @@ sources.files = README *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer
 INSTALLS += sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example
index ab0b36d..aa57207 100644 (file)
@@ -24,4 +24,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/taskmenuextension
 INSTALLS += target sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example
index 94fa497..2fb9fa4 100644 (file)
@@ -10,4 +10,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.ui *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/worldtimeclockbuilder
 INSTALLS += target sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example
index 01340e8..fa77d86 100644 (file)
@@ -20,4 +20,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/worldtimeclockplugin
 INSTALLS += target sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example
index ef85c84..b37ffbc 100644 (file)
@@ -17,4 +17,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/contextsensitivehelp
 INSTALLS += target sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example
index f03ec01..650b71b 100644 (file)
@@ -10,4 +10,4 @@ sources.files = README *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help
 INSTALLS += sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example
index f080b3c..84780a7 100644 (file)
@@ -12,4 +12,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/remotecontrol
 INSTALLS += target sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example
index 46bda4c..c2e97ea 100644 (file)
@@ -14,5 +14,5 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES documentation *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/simpletextviewer
 INSTALLS += target sources
 
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian: CONFIG += qt_example