82f14a95b5
Add minimal examples which demonstrates how exec() works on Qt for WebAssembly and how to implement main() without calling QApplication::exec(). Change-Id: I44f1d16af19c538380cc56faf3f0f4cc9d66cf11 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
6 lines
114 B
CMake
6 lines
114 B
CMake
add_subdirectory(eventloop)
|
|
if(QT_FEATURE_widgets)
|
|
add_subdirectory(cursors)
|
|
add_subdirectory(localfiles)
|
|
endif()
|