mirror of https://github.com/qt/qtbase.git
No dependencies on opengl, widgets and printsupport
The problem is that the libQtPlatformSupport.prl file will otherwise add these as link dependencies, making any platform plugin link against these. Change-Id: Ief71726e86990bb44b12cf86e78b844a1a23ae3c Reviewed-on: http://codereview.qt-project.org/5098 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
parent
7ecbfe6d01
commit
becba2bb21
|
@ -1,5 +1,4 @@
|
|||
contains(QT_CONFIG,opengles2) {
|
||||
CONFIG += opengl
|
||||
HEADERS += \
|
||||
$$PWD/qeglconvenience_p.h \
|
||||
$$PWD/qeglplatformcontext_p.h
|
||||
|
|
|
@ -31,5 +31,5 @@ include(eventdispatchers/eventdispatchers.pri)
|
|||
include(fb_base/fb_base.pri)
|
||||
include(fontdatabases/fontdatabases.pri)
|
||||
include(glxconvenience/glxconvenience.pri)
|
||||
include(printersupport/printersupport.pri)
|
||||
#include(printersupport/printersupport.pri)
|
||||
include(inputcontext/inputcontext.pri)
|
||||
|
|
Loading…
Reference in New Issue