Files
qt-creator/tests/manual/widgets/manhattanstyle/CMakeLists.txt
Christian Stenger ced96a480d CMake: merge binary directories of sub projects
...into top level. Exceptions are applied explicitly.

Change-Id: I59c54967dffc0bef2e8cc05c73763fcf18c12517
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2021-02-05 14:09:12 +00:00

9 lines
286 B
CMake

add_qtc_executable(tst_manual_widgets_manhattanstyle
DEPENDS Qt5::Gui Utils Core
SOURCES
tst_manual_widgets_manhattanstyle.cpp
../common/themeselector.cpp ../common/themeselector.h
../common/themes.qrc
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)