aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2020-01-16 15:49:28 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2020-01-24 12:30:00 +0000
commit7c229d3cf80d66c0261f7e63ac9b918e2cea4e57 (patch)
tree514e825d7b33de388ce1558efa9bc327141d363a /tools
parent1d333d3375874efb8d37df37dc5ef561573794ad (diff)
Post merge fixes
Change-Id: Ie8aca222809f35174fb6c6488832ec3ff5432272 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt1
-rw-r--r--tools/qml/.prev_CMakeLists.txt2
-rw-r--r--tools/qml/CMakeLists.txt2
-rw-r--r--tools/qmllint/.prev_CMakeLists.txt8
-rw-r--r--tools/qmllint/CMakeLists.txt8
-rw-r--r--tools/qmlmin/.prev_CMakeLists.txt18
-rw-r--r--tools/qmlmin/CMakeLists.txt19
7 files changed, 12 insertions, 46 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index a0dc54ecd0..258a4a7569 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -3,7 +3,6 @@
if(QT_FEATURE_qml_devtools)
add_subdirectory(qmllint)
- add_subdirectory(qmlmin)
add_subdirectory(qmlimportscanner)
# special case: Do not build qmlcachegen here but build it at src/
# time, so that we can use it for our own .qml files in src/imports.
diff --git a/tools/qml/.prev_CMakeLists.txt b/tools/qml/.prev_CMakeLists.txt
index 9c65660ece..31d9a65396 100644
--- a/tools/qml/.prev_CMakeLists.txt
+++ b/tools/qml/.prev_CMakeLists.txt
@@ -33,7 +33,7 @@ qt_add_resource(qml "qml"
#### Keys ignored in scope 1:.:.:qml.pro:<TRUE>:
-# ICON = "resources/qml64.png"
+# ICON = "resources/qml-64.png"
# QMAKE_TARGET_DESCRIPTION = "QML" "Runtime"
## Scopes:
diff --git a/tools/qml/CMakeLists.txt b/tools/qml/CMakeLists.txt
index 12cec77288..6727f51a92 100644
--- a/tools/qml/CMakeLists.txt
+++ b/tools/qml/CMakeLists.txt
@@ -44,7 +44,7 @@ qt_add_resource(qml "qml"
#### Keys ignored in scope 1:.:.:qml.pro:<TRUE>:
-# ICON = "resources/qml64.png"
+# ICON = "resources/qml-64.png"
# QMAKE_TARGET_DESCRIPTION = "QML" "Runtime"
## Scopes:
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
diff --git a/tools/qmlmin/.prev_CMakeLists.txt b/tools/qmlmin/.prev_CMakeLists.txt
deleted file mode 100644
index 6e897137ba..0000000000
--- a/tools/qmlmin/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated from qmlmin.pro.
-
-#####################################################################
-## qmlmin Tool:
-#####################################################################
-
-qt_add_tool(qmlmin
- SOURCES
- main.cpp
- LIBRARIES
- Qt::QmlDevToolsPrivate
- PUBLIC_LIBRARIES
- Qt::QmlDevTools
-)
-
-#### Keys ignored in scope 1:.:.:qmlmin.pro:<TRUE>:
-# QMAKE_TARGET_DESCRIPTION = "QML/JS" "Minifier"
-# _OPTION = "host_build"
diff --git a/tools/qmlmin/CMakeLists.txt b/tools/qmlmin/CMakeLists.txt
deleted file mode 100644
index 51ea6b52b6..0000000000
--- a/tools/qmlmin/CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-# Generated from qmlmin.pro.
-
-#####################################################################
-## qmlmin Tool:
-#####################################################################
-
-qt_add_tool(qmlmin
- TOOLS_TARGET Qml # special case
- SOURCES
- main.cpp
- LIBRARIES
- Qt::QmlDevToolsPrivate
- PUBLIC_LIBRARIES
- Qt::QmlDevTools
-)
-
-#### Keys ignored in scope 1:.:.:qmlmin.pro:<TRUE>:
-# QMAKE_TARGET_DESCRIPTION = "QML/JS" "Minifier"
-# _OPTION = "host_build"