summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-11-10 08:02:02 +0100
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-11-10 22:36:17 +0000
commit5bd1d279c27b3eb328c59d0a95d422b1850d7f24 (patch)
treec1e6829d1bea912e721892da56001f01c579b619 /tests
parent17fc9e31dc093a02dabb2aa059daafc230c9f4a2 (diff)
Missed to name to file properly, add _p for private files.
Change-Id: I89405e60afa7c34271e6e854527f9b04c5d46361 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qmodbuscommevent/qmodbuscommevent.pro2
-rw-r--r--tests/auto/qmodbuscommevent/tst_qmodbuscommevent.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qmodbuscommevent/qmodbuscommevent.pro b/tests/auto/qmodbuscommevent/qmodbuscommevent.pro
index b567c88..ae79de1 100644
--- a/tests/auto/qmodbuscommevent/qmodbuscommevent.pro
+++ b/tests/auto/qmodbuscommevent/qmodbuscommevent.pro
@@ -1,4 +1,4 @@
-QT = core testlib serialbus
+QT = core testlib serialbus serialbus-private
TARGET = tst_qmodbuscommevent
CONFIG += testcase c++11
diff --git a/tests/auto/qmodbuscommevent/tst_qmodbuscommevent.cpp b/tests/auto/qmodbuscommevent/tst_qmodbuscommevent.cpp
index e145ba6..4595be0 100644
--- a/tests/auto/qmodbuscommevent/tst_qmodbuscommevent.cpp
+++ b/tests/auto/qmodbuscommevent/tst_qmodbuscommevent.cpp
@@ -34,7 +34,7 @@
**
****************************************************************************/
-#include <QtSerialBus/qmodbuscommevent.h>
+#include <QtSerialBus/private/qmodbuscommevent_p.h>
#include <QtTest/QtTest>