aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-04-28 15:48:36 +0200
committerEike Ziller <eike.ziller@qt.io>2020-04-28 15:48:36 +0200
commite9661e43cbbb934e1aca7941685e2035c7dbde56 (patch)
tree438839660dff750585b4182bcb3711bf98e2e8a9 /src/shared
parent6efed7140b37616b6a6882dd9096d1edafedd089 (diff)
parent05f746cfd029c0232bb5880c50d0b0d7d17f0cc5 (diff)
Merge remote-tracking branch 'origin/4.12'
Conflicts: cmake/QtCreatorIDEBranding.cmake qbs/modules/qtc/qtc.qbs qtcreator_ide_branding.pri src/libs/qtcreatorcdbext/qtcreatorcdbextension.cpp Change-Id: If6963d1ef7b5a1ea6343f68c8e7ce6fb5f482f21
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/designerintegrationv2/CMakeLists.txt10
-rw-r--r--src/shared/help/CMakeLists.txt1
2 files changed, 7 insertions, 4 deletions
diff --git a/src/shared/designerintegrationv2/CMakeLists.txt b/src/shared/designerintegrationv2/CMakeLists.txt
index 8e2520d50e..b527260fa4 100644
--- a/src/shared/designerintegrationv2/CMakeLists.txt
+++ b/src/shared/designerintegrationv2/CMakeLists.txt
@@ -4,9 +4,11 @@ endif()
add_qtc_library(designerintegrationv2 STATIC
DEPENDS Qt5::Designer Qt5::Widgets
+ PUBLIC_INCLUDES
+ "${CMAKE_CURRENT_LIST_DIR}"
SOURCES
- formresizer.cpp formresizer.h
- sizehandlerect.cpp sizehandlerect.h
- widgethostconstants.h
- widgethost.cpp widgethost.h
+ formresizer.cpp formresizer.h
+ sizehandlerect.cpp sizehandlerect.h
+ widgethostconstants.h
+ widgethost.cpp widgethost.h
)
diff --git a/src/shared/help/CMakeLists.txt b/src/shared/help/CMakeLists.txt
index 442911b4b8..6aa583b154 100644
--- a/src/shared/help/CMakeLists.txt
+++ b/src/shared/help/CMakeLists.txt
@@ -18,6 +18,7 @@ add_qtc_library(shared_help STATIC
"${PLUGIN_SOURCE_DIR}"
"${CMAKE_CURRENT_BINARY_DIR}/shared_help_autogen/include${autogen_suffix}"
"${CMAKE_CURRENT_BINARY_DIR}/"
+ "${CMAKE_CURRENT_LIST_DIR}"
SOURCES
bookmarkdialog.ui
bookmarkmanager.cpp bookmarkmanager.h