summaryrefslogtreecommitdiffstats
path: root/tools/qscxmlc/qscxmlc.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-06-16 13:19:18 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-06-16 14:19:52 +0300
commita20f63da13f623eef2d997a98453d9088f8d989e (patch)
tree208d8b4c6c576a3e43440e0d142c904c1496d1cd /tools/qscxmlc/qscxmlc.cpp
parent856968ea1c4d16572bb1ba682f7386a3d481e6aa (diff)
Fix build.
Change-Id: Ide0797cf05921a93fa8c1bdaa14c04ecf37b565c Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tools/qscxmlc/qscxmlc.cpp')
-rw-r--r--tools/qscxmlc/qscxmlc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qscxmlc/qscxmlc.cpp b/tools/qscxmlc/qscxmlc.cpp
index 447525d..5c6ed6d 100644
--- a/tools/qscxmlc/qscxmlc.cpp
+++ b/tools/qscxmlc/qscxmlc.cpp
@@ -17,7 +17,7 @@
****************************************************************************/
#include <QScxml/scxmlparser.h>
-#include <QScxml/scxmlcppdumper.h>
+#include "scxmlcppdumper.h"
#include <QCoreApplication>
#include <QFile>