summaryrefslogtreecommitdiff
path: root/src/libs/extensionsystem
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2019-09-10 18:31:53 +0200
committerCristian Adam <cristian.adam@qt.io>2019-09-19 11:38:34 +0000
commit4a20a596c8dd79ea3e9ac3b0d1b215547f997859 (patch)
tree38daf715421c6ae6cfc5a53509770d5cc8fc6aad /src/libs/extensionsystem
parentccab8354551ab1e0b4c79bba66469e32945a750b (diff)
downloadqt-creator-4a20a596c8dd79ea3e9ac3b0d1b215547f997859.tar.gz
CMake Build: Use shared precompile headers
This will make the build directory size smaller, as only two pch files will be generated. Not one for every target. Change-Id: I3eec91e7536eab1c62bff8843f075f0ef7b5fff6 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/libs/extensionsystem')
-rw-r--r--src/libs/extensionsystem/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/extensionsystem/CMakeLists.txt b/src/libs/extensionsystem/CMakeLists.txt
index 864c57c1ae..53f928153c 100644
--- a/src/libs/extensionsystem/CMakeLists.txt
+++ b/src/libs/extensionsystem/CMakeLists.txt
@@ -1,6 +1,6 @@
add_qtc_library(ExtensionSystem
- DEPENDS Aggregation Utils Qt5::Core Qt5::Widgets
- PUBLIC_DEPENDS Qt5::Core
+ DEPENDS Aggregation Utils
+ PUBLIC_DEPENDS Qt5::Core Qt5::Widgets
SOURCES
extensionsystem_global.h
invoker.cpp invoker.h