summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorBernd Weimer <bweimer@blackberry.com>2013-05-21 14:18:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-22 14:02:36 +0200
commit18db71d601f7164e4120ae94277fe9faa398abe6 (patch)
treee71bc86bc31e1ec7f88c3ddbe8d59d0bf15c616c /src/plugins
parente724fd4710cfd395b7d0a8cf160e79ec5ae9d685 (diff)
QNX: Fixed build of QPA plugin
Added private core and gui includes to project file. Those were implicitly included in the past, but removed with commit 289302e. Removed redundant module, as well. Change-Id: I878d9acabc5497702dc282e25d6fdd9016ae2ad6 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/platforms/qnx/qnx.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/qnx/qnx.pro b/src/plugins/platforms/qnx/qnx.pro
index 203cdebda9..398b64640e 100644
--- a/src/plugins/platforms/qnx/qnx.pro
+++ b/src/plugins/platforms/qnx/qnx.pro
@@ -1,6 +1,6 @@
TARGET = qqnx
-QT += platformsupport platformsupport-private
+QT += platformsupport-private core-private gui-private
# Uncomment this to build with support for IMF once it becomes available in the BBNDK
#CONFIG += qqnx_imf