3c07f12415
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>
18 lines
408 B
CMake
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
|
|
)
|