summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/cursors/CMakeLists.txt
blob: 674c6d4d2bc96f01a28f2dc016df4208c4e554fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
qt_internal_add_manual_test(cursors
    GUI
    SOURCES
        MainWindow.cpp MainWindow.h MainWindow.ui
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)