Gui/OpenGL: Remove remains of qpa from profiles.
Change-Id: Iff2531a19030bd782ee4cd9bbe529d18666503f9 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
parent
e277575987
commit
9d43b8d970
@ -45,24 +45,7 @@ SOURCES += \
|
||||
image/qimagepixmapcleanuphooks.cpp \
|
||||
image/qvolatileimage.cpp
|
||||
|
||||
qpa: {
|
||||
SOURCES += image/qpixmap_qpa.cpp
|
||||
}
|
||||
else:win32 {
|
||||
SOURCES += image/qpixmap_win.cpp
|
||||
}
|
||||
else:x11 {
|
||||
HEADERS += image/qpixmap_x11_p.h
|
||||
SOURCES += image/qpixmap_x11.cpp
|
||||
}
|
||||
else:mac {
|
||||
HEADERS += image/qpixmap_mac_p.h
|
||||
SOURCES += image/qpixmap_mac.cpp
|
||||
}
|
||||
else:symbian {
|
||||
HEADERS += image/qpixmap_s60_p.h
|
||||
SOURCES += image/qpixmap_s60.cpp
|
||||
}
|
||||
|
||||
!symbian|contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2) {
|
||||
SOURCES += image/qvolatileimagedata.cpp
|
||||
|
@ -5,43 +5,6 @@ PRECOMPILED_HEADER = kernel/qt_gui_pch.h
|
||||
|
||||
|
||||
KERNEL_P= kernel
|
||||
HEADERS += \
|
||||
kernel/qclipboard.h \
|
||||
kernel/qcursor.h \
|
||||
kernel/qcursor_p.h \
|
||||
kernel/qdrag.h \
|
||||
kernel/qdnd_p.h \
|
||||
kernel/qevent.h \
|
||||
kernel/qevent_p.h \
|
||||
kernel/qinputpanel.h \
|
||||
kernel/qinputpanel_p.h \
|
||||
kernel/qkeysequence.h \
|
||||
kernel/qkeysequence_p.h \
|
||||
kernel/qkeymapper_p.h \
|
||||
kernel/qpalette.h \
|
||||
kernel/qshortcutmap_p.h \
|
||||
kernel/qsessionmanager.h \
|
||||
kernel/qwindowdefs.h \
|
||||
kernel/qscreen.h \
|
||||
kernel/qstylehints.h
|
||||
|
||||
SOURCES += \
|
||||
kernel/qclipboard.cpp \
|
||||
kernel/qcursor.cpp \
|
||||
kernel/qdrag.cpp \
|
||||
kernel/qdnd.cpp \
|
||||
kernel/qevent.cpp \
|
||||
kernel/qinputpanel.cpp \
|
||||
kernel/qkeysequence.cpp \
|
||||
kernel/qkeymapper.cpp \
|
||||
kernel/qkeymapper_qpa.cpp \
|
||||
kernel/qpalette.cpp \
|
||||
kernel/qguivariant.cpp \
|
||||
kernel/qscreen.cpp \
|
||||
kernel/qshortcutmap.cpp \
|
||||
kernel/qstylehints.cpp
|
||||
|
||||
qpa {
|
||||
HEADERS += \
|
||||
kernel/qgenericpluginfactory_qpa.h \
|
||||
kernel/qgenericplugin_qpa.h \
|
||||
@ -66,7 +29,25 @@ qpa {
|
||||
kernel/qwindow_p.h \
|
||||
kernel/qwindow.h \
|
||||
kernel/qplatformsurface_qpa.h \
|
||||
kernel/qsurface.h
|
||||
kernel/qsurface.h \
|
||||
kernel/qclipboard.h \
|
||||
kernel/qcursor.h \
|
||||
kernel/qcursor_p.h \
|
||||
kernel/qdrag.h \
|
||||
kernel/qdnd_p.h \
|
||||
kernel/qevent.h \
|
||||
kernel/qevent_p.h \
|
||||
kernel/qinputpanel.h \
|
||||
kernel/qinputpanel_p.h \
|
||||
kernel/qkeysequence.h \
|
||||
kernel/qkeysequence_p.h \
|
||||
kernel/qkeymapper_p.h \
|
||||
kernel/qpalette.h \
|
||||
kernel/qshortcutmap_p.h \
|
||||
kernel/qsessionmanager.h \
|
||||
kernel/qwindowdefs.h \
|
||||
kernel/qscreen.h \
|
||||
kernel/qstylehints.h
|
||||
|
||||
SOURCES += \
|
||||
kernel/qclipboard_qpa.cpp \
|
||||
@ -90,7 +71,20 @@ qpa {
|
||||
kernel/qguiapplication.cpp \
|
||||
kernel/qwindow.cpp \
|
||||
kernel/qplatformsurface_qpa.cpp \
|
||||
kernel/qsurface.cpp
|
||||
}
|
||||
kernel/qsurface.cpp \
|
||||
kernel/qclipboard.cpp \
|
||||
kernel/qcursor.cpp \
|
||||
kernel/qdrag.cpp \
|
||||
kernel/qdnd.cpp \
|
||||
kernel/qevent.cpp \
|
||||
kernel/qinputpanel.cpp \
|
||||
kernel/qkeysequence.cpp \
|
||||
kernel/qkeymapper.cpp \
|
||||
kernel/qkeymapper_qpa.cpp \
|
||||
kernel/qpalette.cpp \
|
||||
kernel/qguivariant.cpp \
|
||||
kernel/qscreen.cpp \
|
||||
kernel/qshortcutmap.cpp \
|
||||
kernel/qstylehints.cpp
|
||||
|
||||
win32:HEADERS+=kernel/qwindowdefs_win.h
|
||||
|
@ -19,7 +19,6 @@ load(qt_module_config)
|
||||
|
||||
HEADERS += $$QT_SOURCE_TREE/src/opengl/qtopenglversion.h
|
||||
|
||||
!win32:!embedded:!mac:!qpa:CONFIG += x11
|
||||
contains(QT_CONFIG, opengl):CONFIG += opengl
|
||||
contains(QT_CONFIG, opengles1):CONFIG += opengles1
|
||||
contains(QT_CONFIG, opengles2):CONFIG += opengles2
|
||||
|
Loading…
Reference in New Issue
Block a user