summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2021-10-27 11:20:35 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2021-10-28 07:50:46 +0000
commite48418685ac430bfb508e1f5dd91f0d0b5bd43af (patch)
treee51b86f6e6af80c6a1c02e59112a52384b16f9f4
parent71750df4f0c6bbadcd422cdf7fe360ad033bbd14 (diff)
add new tools for Qt 6
Change-Id: I37b09494658d3a177d4214bc03d64e3dab9711e6 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--Makefile22
1 files changed, 21 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa5a599..cff06ca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,19 @@
MKDIR = mkdir -p
prefix = /usr
bindir = $(prefix)/bin
-TOOLS = assistant \
+TOOLS = \
+ androiddeployqt \
+ androidtestrunner \
+ assistant \
+ balsam \
+ balsamui \
designer \
+ instancer \
lconvert \
linguist \
lrelease \
lupdate \
+ meshdebug \
moc \
pixeltool \
qcollectiongenerator \
@@ -14,27 +21,39 @@ TOOLS = assistant \
qdbuscpp2xml \
qdbusviewer \
qdbusxml2cpp \
+ qdistancefieldgenerator \
qdoc \
qdoc3 \
qgltf \
+ qfileopeneventexternal \
qhelpconverter \
qhelpgenerator \
+ qjstest \
qlalr \
qmake \
qml \
qml1plugindump \
qmlbundle \
qmlcachegen \
+ qmldom \
qmleasing \
qmlimportscanner \
+ qmlformat \
qmljs \
qmllint \
qmlmin \
qmlplugindump \
+ qmlpreview \
qmlprofiler \
qmlscene \
qmltestrunner \
+ qmltime \
qmlviewer \
+ qsb \
+ qt-cmake \
+ qt-cmake-private \
+ qt-cmake-standalone-test \
+ qt-configure-module \
qtattributionsscanner \
qtconfig \
qtdiag \
@@ -43,6 +62,7 @@ TOOLS = assistant \
qvkgen \
rcc \
repc \
+ shadergen \
uic \
uic3 \
xmlpatterns \