summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-05-04 15:15:44 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-05-06 10:48:38 +0000
commit380f1eb92fccc865cdd00d74f2e160a358829ee4 (patch)
tree346c4efaf549ff97b2194a2727c7b8f47c434790 /src
parent1a92808a7890129dca6df3ca3ec8374841a9fe58 (diff)
Fix special cases in widgets
Change-Id: I026a321a916885ccd93361da91bc3ce6fb6f6ad1 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/CMakeLists.txt b/src/widgets/CMakeLists.txt
index e643829c61..d73dc8789d 100644
--- a/src/widgets/CMakeLists.txt
+++ b/src/widgets/CMakeLists.txt
@@ -60,7 +60,7 @@ add_qt_module(Widgets
LIBRARIES
Qt::CorePrivate
Qt::GuiPrivate
- PUBLIC_LIBRARIES # special case
+ PUBLIC_LIBRARIES
Qt::Core
Qt::Gui
# CONFIG = "$$MODULE_CONFIG" "qt_tracepoints"