337a853cb5
Use consistent defines across both tests in the directory Change-Id: Idd84603135c8c164d09ae41d5faa7ca3a5fc7c3c Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
32 lines
681 B
CMake
32 lines
681 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
#####################################################################
|
|
## tst_wasm Test:
|
|
#####################################################################
|
|
|
|
qt_internal_add_test(tst_localfileapi
|
|
SOURCES
|
|
tst_localfileapi.cpp
|
|
DEFINES
|
|
QT_NO_FOREACH
|
|
LIBRARIES
|
|
Qt::GuiPrivate
|
|
Qt::Core
|
|
Qt::Gui
|
|
Qt::Widgets
|
|
)
|
|
|
|
qt_internal_add_test(tst_qwasmwindowstack
|
|
SOURCES
|
|
tst_qwasmwindowstack.cpp
|
|
DEFINES
|
|
QT_NO_FOREACH
|
|
LIBRARIES
|
|
Qt::GuiPrivate
|
|
PUBLIC_LIBRARIES
|
|
Qt::Core
|
|
Qt::Gui
|
|
Qt::Widgets
|
|
)
|