summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlcompiler.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-06-28 11:07:18 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-06-28 13:13:54 +0000
commit67d9d69b97c8c2db54974850783d0d10292f63b5 (patch)
treeeda5530ab35dfb19293e70506dcfd048c5d83e8b /src/scxml/qscxmlcompiler.cpp
parent81205d62c91c05ab0639052baeeb637236159473 (diff)
Make the ECMAScript model a configurable feature
Introducing this feature allows our users to slim down the module. Task-number: QTBUG-61960 Change-Id: I94215fd3c6dee9766a5f7479bec0440cdfe85ac1 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/scxml/qscxmlcompiler.cpp')
-rw-r--r--src/scxml/qscxmlcompiler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scxml/qscxmlcompiler.cpp b/src/scxml/qscxmlcompiler.cpp
index 61ad030..e2e9b4c 100644
--- a/src/scxml/qscxmlcompiler.cpp
+++ b/src/scxml/qscxmlcompiler.cpp
@@ -47,7 +47,6 @@
#include <qstring.h>
#ifndef BUILD_QSCXMLC
-#include "qscxmlecmascriptdatamodel.h"
#include "qscxmlinvokableservice_p.h"
#include "qscxmldatamodel_p.h"
#include "qscxmlstatemachine_p.h"