Panel circle for visual feedback
This commit is contained in:
@@ -11,6 +11,7 @@ qt_add_executable(wsapp
|
||||
main.cpp
|
||||
GamesPanel.cpp GamesPanel.h
|
||||
LogPanel.cpp LogPanel.h
|
||||
PanelsPanel.cpp PanelsPanel.h
|
||||
PowerPanel.cpp PowerPanel.h
|
||||
SettingsTree.cpp SettingsTree.h
|
||||
VersionsPanel.cpp VersionsPanel.h
|
||||
@@ -27,7 +28,7 @@ if(EMSCRIPTEN)
|
||||
set_target_properties(wsapp PROPERTIES
|
||||
WIN32_EXECUTABLE TRUE
|
||||
QT_WASM_INITIAL_MEMORY "50MB"
|
||||
QT_WASM_MAX_MEMORY "1GB"
|
||||
QT_WASM_MAX_MEMORY "4GB"
|
||||
)
|
||||
target_link_options(wsapp PRIVATE
|
||||
"SHELL:-s ASYNCIFY=1"
|
||||
|
||||
Reference in New Issue
Block a user