summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-24 19:21:51 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-19 16:39:53 +0200
commit107aeb870bcae91a4cc0f12bcf787d0a7e5bc276 (patch)
tree6c80aee8d8cdaef786242294a78e4829896fedc3 /src/widgets
parent290aae5a3a63c4b7963841e0922011141d795326 (diff)
move moc, rcc and uic CONFIG additions to the respective qt modules
they don't belong into the global scope Change-Id: I27a3de5f706392b3c4a84035521bc3b4e4055740 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src/widgets')
-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 85321ff1c8..fef42b9a64 100644
--- a/src/widgets/widgets.pro
+++ b/src/widgets/widgets.pro
@@ -4,7 +4,7 @@ TARGET = QtWidgets
QPRO_PWD = $$PWD
QT = core core-private gui gui-private platformsupport-private
-CONFIG += module
+CONFIG += module uic
MODULE_PRI = ../modules/qt_widgets.pri
DEFINES += QT_BUILD_WIDGETS_LIB QT_NO_USING_NAMESPACE