summaryrefslogtreecommitdiffstats
path: root/src/scxml/configure.cmake
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-01-22 10:35:12 +0200
committerJuha Vuolle <juha.vuolle@insta.fi>2021-01-28 14:02:30 +0200
commit877517d80cc325a06555dcdb987d7cd5d2b8d72f (patch)
tree1e029e0299349a213008bc2b39ac44ce0952797a /src/scxml/configure.cmake
parentedc37027f438a76eb6286935def71fa721e5eb15 (diff)
An attempt to fix --no-gui cmake CI build of the QtScxml
Task-number: QTBUG-89828 Change-Id: Ia3708141ec1e8d787055cd0bddb2280b8f4d81ff Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/scxml/configure.cmake')
-rw-r--r--src/scxml/configure.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scxml/configure.cmake b/src/scxml/configure.cmake
index 5629eb9..7e0f54e 100644
--- a/src/scxml/configure.cmake
+++ b/src/scxml/configure.cmake
@@ -18,6 +18,7 @@ qt_feature("scxml-ecmascriptdatamodel" PUBLIC
SECTION "SCXML"
LABEL "ECMAScript data model for QtScxml"
PURPOSE "Enables the usage of ecmascript data models in SCXML state machines."
+ CONDITION TARGET Qt::Qml # special case
)
qt_configure_add_summary_section(NAME "Qt Scxml")
qt_configure_add_summary_entry(ARGS "scxml-ecmascriptdatamodel")