Files
qt-creator/tests/manual/widgets/layoutbuilder/CMakeLists.txt
hjk 4c16c221a1 Tests: Add a manual test for layoutbuilder demonstration
Change-Id: If59265c429a67e5627d41d242fb8fc828f469e93
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2022-08-11 07:32:21 +00:00

7 lines
142 B
CMake

add_qtc_test(tst_manual_widgets_layoutbuilder
MANUALTEST
DEPENDS Qt5::Gui Utils Core
SOURCES
tst_manual_widgets_layoutbuilder.cpp
)