forked from qt-creator/qt-creator
8 lines
220 B
CMake
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
|
||
|
|
)
|