summaryrefslogtreecommitdiffstats
path: root/src/scxml/doc/qtscxml-module-cpp.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/scxml/doc/qtscxml-module-cpp.qdoc')
-rw-r--r--src/scxml/doc/qtscxml-module-cpp.qdoc11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/scxml/doc/qtscxml-module-cpp.qdoc b/src/scxml/doc/qtscxml-module-cpp.qdoc
index 88002ca..bf92411 100644
--- a/src/scxml/doc/qtscxml-module-cpp.qdoc
+++ b/src/scxml/doc/qtscxml-module-cpp.qdoc
@@ -33,6 +33,7 @@
\ingroup modules
\ingroup technology-apis
\qtvariable scxml
+ \qtcmakepackage Scxml
To include the definitions of the module's classes, use the following directive:
@@ -40,11 +41,13 @@
#include <QScxmlStateMachine>
\endcode
- To link against the module, add this line to your qmake .pro file:
+ To use the module with cmake, use the \c{find_package()} command to locate the
+ needed module components in the \c{Qt6} package:
+ \include qtscxml-module-use.qdocinc cmakebuild
- \code
- QT += scxml
- \endcode
+ To configure the module for building with qmake, add the module as a value
+ of the \c QT variable in the project's .pro file:
+ \include qtscxml-module-use.qdocinc qmakebuild
For more information, see \l{Instantiating State Machines}.
*/