summaryrefslogtreecommitdiff
path: root/tests/tools/qml-ast2dot/CMakeLists.txt
blob: 5e4a852243d9de47d96afdda1409d258a7502c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_qtc_executable(qml_ast2dot
  BUILD_DEFAULT OFF
  DEPENDS Qt5::Core Qt5::Gui QmlJS
  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}"
)