qt5base-lts/tests/manual/wasm/localfiles/CMakeLists.txt
Morten Johan Sørvig 60ca8ca5bc wasm: add cmake build for manual tests
The tests can now be built with qt-cmake-standalone-test.

Change-Id: I098340a9f755806061de281fbc25cb00c61f33f0
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2021-08-19 18:41:53 +02:00

10 lines
152 B
CMake

qt_internal_add_manual_test(localfiles
GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES
Qt::Core
Qt::Gui
Qt::Widgets
)