Examples, plugins: Remove remains of qpa in profiles.

Change-Id: I0fc45c6c4df6d1f07472aec30b9e64b55db8e543
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Friedemann Kleint 2011-10-28 10:41:14 +02:00 committed by Qt by Nokia
parent d23c1a9323
commit 1cae2fdb86
4 changed files with 7 additions and 19 deletions

View 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

View 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

View 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

View 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