From 89a1a943cecc2a8d39c88d64bcbee6cf5e02519e Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Tue, 31 Jul 2012 18:12:18 +0100 Subject: QNX: Remove dependency on QtWidgets from QNX QPA plugin Change-Id: I52027752630beee81a97644983dbccf973c0c2c2 Reviewed-by: Kevin Krammer Reviewed-by: Kevin Ottens Reviewed-by: Thomas McGuire Reviewed-by: Giuseppe D'Angelo --- src/plugins/platforms/qnx/qnx.pro | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/plugins/platforms/qnx/qnx.pro') diff --git a/src/plugins/platforms/qnx/qnx.pro b/src/plugins/platforms/qnx/qnx.pro index affa3c1dcd..5298824600 100644 --- a/src/plugins/platforms/qnx/qnx.pro +++ b/src/plugins/platforms/qnx/qnx.pro @@ -2,11 +2,7 @@ TARGET = qnx include(../../qpluginbase.pri) QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms -QT += platformsupport platformsupport-private widgets-private - -contains(QT_CONFIG, opengles2) { - QT += opengl opengl-private -} +QT += platformsupport platformsupport-private # Uncomment this to build with support for IMF once it becomes available in the BBNDK #CONFIG += qqnx_imf @@ -80,11 +76,9 @@ HEADERS = main.h \ LIBS += -lscreen contains(QT_CONFIG, opengles2) { - SOURCES += qqnxglcontext.cpp \ - qqnxglbackingstore.cpp + SOURCES += qqnxglcontext.cpp - HEADERS += qqnxglcontext.h \ - qqnxglbackingstore.h + HEADERS += qqnxglcontext.h LIBS += -lEGL } -- cgit v1.2.3