mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
* Support for WebAssembler - Qt 5.12 provide tech preview for wasm, and 5.13 and later it supports. Signed-off-by: Hiroshi Miura <miurahr@linux.com>
4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
INCLUDEPATH += $$PWD
|
|
SOURCES += $$PWD/openglwindow.cpp
|
|
HEADERS += $$PWD/openglwindow.h
|