From becba2bb21224e407186e6cf2179eb4bb9dee8ba Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 16 Sep 2011 14:22:48 +0200 Subject: [PATCH] No dependencies on opengl, widgets and printsupport MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Samuel Rødal --- src/platformsupport/eglconvenience/eglconvenience.pri | 1 - src/platformsupport/platformsupport.pro | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/platformsupport/eglconvenience/eglconvenience.pri b/src/platformsupport/eglconvenience/eglconvenience.pri index 868e12c02d..f8500e2de0 100644 --- a/src/platformsupport/eglconvenience/eglconvenience.pri +++ b/src/platformsupport/eglconvenience/eglconvenience.pri @@ -1,5 +1,4 @@ contains(QT_CONFIG,opengles2) { - CONFIG += opengl HEADERS += \ $$PWD/qeglconvenience_p.h \ $$PWD/qeglplatformcontext_p.h diff --git a/src/platformsupport/platformsupport.pro b/src/platformsupport/platformsupport.pro index b208e59f94..36323d9766 100644 --- a/src/platformsupport/platformsupport.pro +++ b/src/platformsupport/platformsupport.pro @@ -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)