summaryrefslogtreecommitdiffstats
path: root/examples/corelib
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-05-22 16:23:24 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-05-22 14:58:24 +0000
commitfa21d29b7506e21db8a433e117aebb9f3c724f03 (patch)
tree948fda13d49223bef78f982e6f67a140e4df6907 /examples/corelib
parent0425ee06102410026f436adfd440aa2f0b3efd61 (diff)
Rerun pro2cmake on projects that use .ui files
Task-number: QTBUG-75875 Change-Id: I95109b07fc4a6e09fe7911a21fc5f27f2c895d77 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'examples/corelib')
-rw-r--r--examples/corelib/ipc/sharedmemory/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/corelib/ipc/sharedmemory/CMakeLists.txt b/examples/corelib/ipc/sharedmemory/CMakeLists.txt
index 125cfbd243..a987433302 100644
--- a/examples/corelib/ipc/sharedmemory/CMakeLists.txt
+++ b/examples/corelib/ipc/sharedmemory/CMakeLists.txt
@@ -11,9 +11,11 @@ add_qt_executable(sharedmemory
SOURCES
dialog.cpp dialog.h dialog.ui
main.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::Widgets
+ ENABLE_AUTOGEN_TOOLS
+ uic
)
-#### Keys ignored in scope 1:.:sharedmemory.pro:<NONE>:
+#### Keys ignored in scope 1:.:.:sharedmemory.pro:<TRUE>:
# EXAMPLE_FILES = "*.png"