summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-08-02 16:12:42 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-08-03 15:43:13 +0000
commita1b6736e4f2daf86cd1626004d40ef57db85fbb5 (patch)
tree71516745102a2ed016e1789143b7771c0e2af9a5
parent13a3d083f10c8e1e088281b8231b0cf02976a51f (diff)
Add a few more tools to qtchooser:
- qgltf [Qt3D] - qmlcachegen [QtQml] - qmljs [QtQml] - qvkgen [qtbase] - repc [QtRemoteObjects] Not added: - canbusutil - qfloat16-tables - qtattributionscanner - qtwaylandscanner - sdpscanner Change-Id: I3868166e5efc45538544fffd14d72a7186eace6b Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 05625da..9422b9f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ TOOLS = assistant \
qdbusxml2cpp \
qdoc \
qdoc3 \
+ qgltf \
qhelpconverter \
qhelpgenerator \
qlalr \
@@ -23,8 +24,10 @@ TOOLS = assistant \
qml \
qml1plugindump \
qmlbundle \
+ qmlcachegen \
qmleasing \
qmlimportscanner \
+ qmljs \
qmllint \
qmlmin \
qmlplugindump \
@@ -36,7 +39,9 @@ TOOLS = assistant \
qtdiag \
qtpaths \
qtplugininfo \
+ qvkgen \
rcc \
+ repc \
uic \
uic3 \
xmlpatterns \