summaryrefslogtreecommitdiffstats
path: root/tests/auto/wasm/CMakeLists.txt
blob: 2e6c6976fb28780cf914f5b5eb440a3c2d6449cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#####################################################################
## tst_wasm Test:
#####################################################################

qt_internal_add_test(tst_qstdweb
    SOURCES
        tst_qstdweb.cpp
    DEFINES
        QT_NO_FOREACH
        QT_NO_KEYWORDS
    LIBRARIES
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Widgets
)