Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
QDS 4.4
-
None
Description
Encountered this issue with the ProgressBar example, but it may be an issue with others as well:
The example's CMakeLists.txt file uses add_executable() rather than qt_add_executable() to establish the target. When building for WebAssembly in Qt Creator, this causes some of the necessary boilerplate to not be generated and the example will not run.