Files
qt-creator/tests/tools/qml-ast2dot/CMakeLists.txt
Christian Stenger f720835680 Tests: Fix build
Change-Id: I6d9475bf2d95a1075d7a761f49d8edff89a30f78
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2024-04-18 09:52:28 +00:00

14 lines
368 B
CMake

add_qtc_executable(qml_ast2dot
BUILD_DEFAULT OFF
DEPENDS Qt::Core Qt::Gui QmlJS Utils
SOURCES main.cpp
)
extend_qtc_executable(qml_ast2dot
PROPERTIES
OUTPUT_NAME "qml-ast2dot"
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
)