aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmllint')
-rw-r--r--tools/qmllint/.prev_CMakeLists.txt8
-rw-r--r--tools/qmllint/CMakeLists.txt8
2 files changed, 10 insertions, 6 deletions
diff --git a/tools/qmllint/.prev_CMakeLists.txt b/tools/qmllint/.prev_CMakeLists.txt
index 4dcfce16e8..9c44abe33b 100644
--- a/tools/qmllint/.prev_CMakeLists.txt
+++ b/tools/qmllint/.prev_CMakeLists.txt
@@ -7,13 +7,15 @@
qt_add_tool(qmllint
SOURCES
componentversion.cpp componentversion.h
- fakemetaobject.cpp fakemetaobject.h
findunqualified.cpp findunqualified.h
+ importedmembersvisitor.cpp importedmembersvisitor.h
main.cpp
- qcoloroutput.cpp qcoloroutput_p.h
- qmljstypedescriptionreader.cpp qmljstypedescriptionreader.h
+ metatypes.h
+ qcoloroutput.cpp qcoloroutput.h
scopetree.cpp scopetree.h
+ typedescriptionreader.cpp typedescriptionreader.h
LIBRARIES
+ Qt::CorePrivate
Qt::QmlDevToolsPrivate
PUBLIC_LIBRARIES
Qt::QmlDevTools
diff --git a/tools/qmllint/CMakeLists.txt b/tools/qmllint/CMakeLists.txt
index 80a5f11128..ef06ec4abb 100644
--- a/tools/qmllint/CMakeLists.txt
+++ b/tools/qmllint/CMakeLists.txt
@@ -8,13 +8,15 @@ qt_add_tool(qmllint
TOOLS_TARGET Qml # special case
SOURCES
componentversion.cpp componentversion.h
- fakemetaobject.cpp fakemetaobject.h
findunqualified.cpp findunqualified.h
+ importedmembersvisitor.cpp importedmembersvisitor.h
main.cpp
- qcoloroutput.cpp qcoloroutput_p.h
- qmljstypedescriptionreader.cpp qmljstypedescriptionreader.h
+ metatypes.h
+ qcoloroutput.cpp qcoloroutput.h
scopetree.cpp scopetree.h
+ typedescriptionreader.cpp typedescriptionreader.h
LIBRARIES
+ Qt::CorePrivate
Qt::QmlDevToolsPrivate
PUBLIC_LIBRARIES
Qt::QmlDevTools