summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/kernel.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-06-03 14:31:40 +0200
committerLars Knoll <lars.knoll@qt.io>2016-07-14 13:46:07 +0000
commit8fc1cd085cabba911cb4b18e91fbe158db13a2a8 (patch)
tree8cb77a0bd11da59358aae2028f1aa1e740db8600 /src/widgets/kernel/kernel.pri
parent64507c7165e42c2a5029353d8f97a0d841fa6b01 (diff)
Add qtwidgetsglobal.h and qtwidgetsglobal_p.h
The new modular configuration system requires one global header per module, that is included by all other files in this module. That header will later on #include the configuration file for Qt Widgets. For now it defines the Q_WIDGETS_EXPORT macro for this library. Change-Id: I6698989b952b9bac94d086d9f219e03c000f7d53 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/widgets/kernel/kernel.pri')
-rw-r--r--src/widgets/kernel/kernel.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/widgets/kernel/kernel.pri b/src/widgets/kernel/kernel.pri
index 0060ad2d31..b40a33b2af 100644
--- a/src/widgets/kernel/kernel.pri
+++ b/src/widgets/kernel/kernel.pri
@@ -5,8 +5,10 @@ PRECOMPILED_HEADER = kernel/qt_widgets_pch.h
KERNEL_P= kernel
HEADERS += \
- kernel/qaction.h \
- kernel/qaction_p.h \
+ kernel/qtwidgetsglobal.h \
+ kernel/qtwidgetsglobal_p.h \
+ kernel/qaction.h \
+ kernel/qaction_p.h \
kernel/qactiongroup.h \
kernel/qapplication.h \
kernel/qapplication_p.h \