aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-08-12 12:36:15 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-08-13 14:00:59 +0200
commit9a79791e7975de811102f89686a5d631eeac9d16 (patch)
tree07ad3c63b4b0bc7cd72d1bb083effd0c4fd74053 /tools/qmllint/.prev_CMakeLists.txt
parent1a3738dfa85d6aa6771893c2a2b3cf874b492524 (diff)
Move functionality to read types from QML files out of qmllint
We want to re-use this in other tools. Change-Id: I2a8cd104d54c1fa9b2898213b0b9e09719e42bca Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools/qmllint/.prev_CMakeLists.txt')
-rw-r--r--tools/qmllint/.prev_CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qmllint/.prev_CMakeLists.txt b/tools/qmllint/.prev_CMakeLists.txt
index 2bb98260f6..8e4affe73c 100644
--- a/tools/qmllint/.prev_CMakeLists.txt
+++ b/tools/qmllint/.prev_CMakeLists.txt
@@ -9,12 +9,13 @@ qt_add_tool(${target_name}
TARGET_DESCRIPTION "QML Syntax Verifier"
SOURCES
../shared/componentversion.cpp ../shared/componentversion.h
+ ../shared/importedmembersvisitor.cpp ../shared/importedmembersvisitor.h
../shared/metatypes.h
+ ../shared/qmljstypereader.cpp ../shared/qmljstypereader.h
../shared/scopetree.cpp ../shared/scopetree.h
../shared/typedescriptionreader.cpp ../shared/typedescriptionreader.h
checkidentifiers.cpp checkidentifiers.h
findwarnings.cpp findwarnings.h
- importedmembersvisitor.cpp importedmembersvisitor.h
main.cpp
qcoloroutput.cpp qcoloroutput.h
INCLUDE_DIRECTORIES