qt6windows7/mkspecs/wasm-emscripten-64/qmake.conf

8 lines
179 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
# qmake configuration for building with emscripten
include(../common/wasm/wasm.conf)
QMAKE_CFLAGS += -s MEMORY64=1
QMAKE_CXXFLAGS += -s MEMORY64=1
QMAKE_LFLAGS += -s MEMORY64=1