aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2024-01-24 14:29:16 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-01-24 16:37:08 +0000
commitf1f81bad2bbef80078735adcb92278953d57ec31 (patch)
treea38f3bb34918a73ca2b70830ff3a7e18cbe2dbc4 /tests/manual
parent571c407ea67d120c6735f728c59a464cce43ec8d (diff)
Enable autotools manually for the manual tests "shared" subdirectory
Change-Id: I9657927a02ab6548b9744d3b987b347340af13cb Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/shared/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/manual/shared/CMakeLists.txt b/tests/manual/shared/CMakeLists.txt
index 629a35539e..bef105cb9c 100644
--- a/tests/manual/shared/CMakeLists.txt
+++ b/tests/manual/shared/CMakeLists.txt
@@ -38,6 +38,11 @@ qt_add_qml_module(${PROJECT_NAME}_shared
"images/tab.png"
)
+qt_autogen_tools(${PROJECT_NAME}_shared ENABLE_AUTOGEN_TOOLS "moc" "rcc")
+if(TARGET Qt::Widgets)
+ qt_autogen_tools(${PROJECT_NAME}_shared ENABLE_AUTOGEN_TOOLS "uic")
+endif()
+
include(QtBundleQmlModuleForMacOS.cmake)
# Puts the shared qml module plugin and qmldir into the macOS app bundle directory.
# Only call this function if your main project has the MACOSX_BUNDLE option set.