aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlformat/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlformat/CMakeLists.txt')
-rw-r--r--tools/qmlformat/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmlformat/CMakeLists.txt b/tools/qmlformat/CMakeLists.txt
index 232aefcfbf..0ffe698cf0 100644
--- a/tools/qmlformat/CMakeLists.txt
+++ b/tools/qmlformat/CMakeLists.txt
@@ -10,6 +10,8 @@ qt_internal_add_tool(${target_name}
TOOLS_TARGET Qml # special case
SOURCES
qmlformat.cpp
+ ../shared/qqmltoolingsettings.h
+ ../shared/qqmltoolingsettings.cpp
PUBLIC_LIBRARIES
Qt::Core
Qt::QmlDomPrivate