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