Examples, plugins: Remove remains of qpa in profiles.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Fri, 28 Oct 2011 08:41:14 +0000 (10:41 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 28 Oct 2011 13:04:54 +0000 (15:04 +0200)
Change-Id: I0fc45c6c4df6d1f07472aec30b9e64b55db8e543
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
examples/examples.pro
examples/mainwindows/mainwindows.pro
examples/opengl/opengl.pro
src/plugins/plugins.pro

index 763ff4e..2e2f606 100644 (file)
@@ -1,11 +1,10 @@
-Qt += widgets
-
 TEMPLATE      = subdirs
 SUBDIRS       = \
                 network \
                 statemachine \
                 threads \
-                xml
+                xml \
+                qpa
 
 !contains(QT_CONFIG, no-gui) {
     SUBDIRS  += \
@@ -30,9 +29,6 @@ SUBDIRS       = \
                 touch \
                 gestures
 }
-
-qpa:SUBDIRS += qpa
-
 wince*|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
 
 embedded:SUBDIRS += qws
@@ -46,5 +42,3 @@ contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
 sources.files = README *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]
 INSTALLS += sources
-
-QT += widgets
index cf8f4b6..3b81180 100644 (file)
@@ -6,8 +6,8 @@ SUBDIRS       = application \
                 menus \
                 recentfiles \
                 sdi
-
-mac* && !qpa: SUBDIRS += macmainwindow
+# ### fixme
+mac* && !qpa: SUBDIRS += macmainwindow
 
 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows
index a5d5dbc..5b20a62 100644 (file)
@@ -22,10 +22,8 @@ contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){
                 textures
 }
 
-qpa {
-    SUBDIRS += hellowindow
-    SUBDIRS += paintedwindow
-}
+SUBDIRS += hellowindow \
+           paintedwindow
 
 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl
index 19fa871..fd9c375 100644 (file)
@@ -10,8 +10,4 @@ unix:!symbian {
 !symbian:!contains(QT_CONFIG, no-gui):SUBDIRS += accessible
 
 symbian:SUBDIRS += s60
-qpa: {
-    SUBDIRS += platforms
-    SUBDIRS += platforminputcontexts
-    SUBDIRS += printsupport
-}
+SUBDIRS += platforms platforminputcontexts printsupport