qt5base-lts/tests/auto/wasm/CMakeLists.txt
Mikolaj Boc 3c07f12415 Port promise tests to qtwasmtestlib
The promise tests have been ported to qtwasmtestlib so that they do not
have to use asyncify anymore.

Task-number: QTBUG-99611
Change-Id: Id1b5742c90e36a89540e7a2387cb4110c21ace9b
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2022-07-06 17:56:57 +02:00

18 lines
408 B
CMake

#####################################################################
## tst_wasm Test:
#####################################################################
qt_internal_add_test(tst_localfileapi
SOURCES
tst_localfileapi.cpp
DEFINES
QT_NO_FOREACH
QT_NO_KEYWORDS
LIBRARIES
Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Core
Qt::Gui
Qt::Widgets
)