Files
qt-creator/tests/manual/widgets/manhattanstyle/CMakeLists.txt
Alessandro Portale b031a7c5cd ManhattanStyle: Add a manual test program for style development
Just a small tool for a fast overview. Actual fixes to the Manhattan
style follow later.

Task-number: QTCREATORBUG-23505
Change-Id: Iffd0db42d379c81c4e07e71919723cd6d684b514
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2020-08-03 17:24:57 +00:00

8 lines
220 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
)