summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2015-08-11 18:37:15 +0300
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-08-12 11:55:31 +0300
commitf5b9733b4442d1ea5667b8be61ce28d4991ed48d (patch)
tree77f5e72b60c2c1e88033880649b7dcc94aa35a82 /tests/manual
parentd843fae8e9b81675459ccc2d6e056ab2b6f943a0 (diff)
Canonicalize module naming (QScxml -> QtScxml)
Change-Id: Iad3f027cddcd3c56bca9a136099ef0628f71f5ba Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/cppgen/cppgen.pro2
-rw-r--r--tests/manual/cppgen/tst_cppgen.cpp2
-rw-r--r--tests/manual/testCpp/testCpp.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/cppgen/cppgen.pro b/tests/manual/cppgen/cppgen.pro
index 5e5d33e..ea57732 100644
--- a/tests/manual/cppgen/cppgen.pro
+++ b/tests/manual/cppgen/cppgen.pro
@@ -1,6 +1,6 @@
option(host_build)
-QT += testlib qscxml
+QT += testlib scxml
CONFIG += testcase
QT += core qml
diff --git a/tests/manual/cppgen/tst_cppgen.cpp b/tests/manual/cppgen/tst_cppgen.cpp
index 35b15f0..b96f38e 100644
--- a/tests/manual/cppgen/tst_cppgen.cpp
+++ b/tests/manual/cppgen/tst_cppgen.cpp
@@ -18,7 +18,7 @@
#include <QtTest/QtTest>
-#include <QScxml/scxmlcppdumper.h>
+#include <QtScxml/scxmlcppdumper.h>
using namespace Scxml;
diff --git a/tests/manual/testCpp/testCpp.pro b/tests/manual/testCpp/testCpp.pro
index 50e92c4..25c27b4 100644
--- a/tests/manual/testCpp/testCpp.pro
+++ b/tests/manual/testCpp/testCpp.pro
@@ -1,6 +1,6 @@
option(host_build)
-QT += core qml qscxml
+QT += core qml scxml
QT -= gui
TARGET = testCpp