forked from qt-creator/qt-creator
7 lines
142 B
CMake
7 lines
142 B
CMake
|
|
add_qtc_test(tst_manual_widgets_layoutbuilder
|
||
|
|
MANUALTEST
|
||
|
|
DEPENDS Qt5::Gui Utils Core
|
||
|
|
SOURCES
|
||
|
|
tst_manual_widgets_layoutbuilder.cpp
|
||
|
|
)
|