Always build qmljsrootgen when building tools

It should be easy to re-generate the jsroot metatypes. So that we can
test them using qmllint.

Change-Id: I96c8f01f608d3714a90969978a5edbe368afd3e9
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
Ulf Hermann 2023-11-13 17:19:06 +01:00
parent 4daf234a0b
commit 514e86ff1f
1 changed files with 1 additions and 3 deletions

View File

@ -8,6 +8,7 @@ if(QT_FEATURE_commandlineparser)
add_subdirectory(qmllint)
add_subdirectory(qmltc)
add_subdirectory(qmltyperegistrar)
add_subdirectory(qmljsrootgen)
endif()
add_subdirectory(qmlimportscanner)
add_subdirectory(qmlformat)
@ -74,6 +75,3 @@ endif()
if(QT_FEATURE_private_tests AND QT_FEATURE_thread AND NOT ANDROID AND NOT WASM AND NOT IOS AND NOT rtems)
add_subdirectory(qmljs)
endif()
if (QT_FEATURE_private_tests AND NOT CMAKE_CROSSCOMPILING)
add_subdirectory(qmljsrootgen)
endif()