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:
Lars Knoll 2011-09-16 14:22:48 +02:00 committed by Qt by Nokia
parent 7ecbfe6d01
commit becba2bb21
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
contains(QT_CONFIG,opengles2) {
CONFIG += opengl
HEADERS += \
$$PWD/qeglconvenience_p.h \
$$PWD/qeglplatformcontext_p.h

View File

@ -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)