summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets.pro
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-03-15 15:05:59 +0100
committerQt by Nokia <qt-info@nokia.com>2012-05-15 04:57:15 +0200
commit49e7ff443bc4f70164209b59770a901bf3ac3eab (patch)
tree8ce1dd9d20cf5a8c42c73521af0f9fc7beec3507 /src/widgets/widgets.pro
parentf31b324a2478ff8b2158d0af4661eba585a0848c (diff)
Enable Gtk file icons
This needs some build system fixes to let widgets depend on the platform support library (and be built after it). Change-Id: I6f5b878971d1002a18e2fd66db4f34ffd0ac939a Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
Diffstat (limited to 'src/widgets/widgets.pro')
-rw-r--r--src/widgets/widgets.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/widgets.pro b/src/widgets/widgets.pro
index ad1f29259e..4e46ffca45 100644
--- a/src/widgets/widgets.pro
+++ b/src/widgets/widgets.pro
@@ -2,7 +2,7 @@ load(qt_module)
TARGET = QtWidgets
QPRO_PWD = $$PWD
-QT = core core-private gui gui-private
+QT = core core-private gui gui-private platformsupport-private
CONFIG += module
MODULE_PRI = ../modules/qt_widgets.pri