Examples, plugins: Remove remains of qpa in profiles.
Change-Id: I0fc45c6c4df6d1f07472aec30b9e64b55db8e543 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
parent
d23c1a9323
commit
1cae2fdb86
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user