summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/eventloop/main_exec/CMakeLists.txt
blob: b5d987f8cbaee9380975adf3b1cd86e9a96db03f (plain)
1
2
3
4
5
6
7
8
qt_internal_add_manual_test(main_exec
    GUI
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
)