summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qnx.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/qnx/qnx.pro')
-rw-r--r--src/plugins/platforms/qnx/qnx.pro12
1 files changed, 3 insertions, 9 deletions
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
}