Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4: Low
-
Resolution: Done
-
Affects Version/s: 5.15.2, 6.0.2
-
Fix Version/s: Some future release
-
Component/s: Documentation
-
Labels:None
-
Commits:bd40e44542330156e26c58b23012a2a4ab573efb (qt/tqtc-qmlcompiler/dev)
-
Sprint:Da Vinci sprint 29
Description
On the page:
https://doc.qt.io/QtQuickCompiler/qquickcompiler-building-with-cmake.html
The examples are missing a closing `}`:
add_executable(myapp ${SRC_LIST} ${RESOURCES)
Should read:
add_executable(myapp ${SRC_LIST} ${RESOURCES})
This is bugged on both examples.