summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/serialport/serialport.pro2
-rw-r--r--tests/manual/serialportinfo/serialportinfo.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/serialport/serialport.pro b/tests/manual/serialport/serialport.pro
index 3e5e0d2e..1126f501 100644
--- a/tests/manual/serialport/serialport.pro
+++ b/tests/manual/serialport/serialport.pro
@@ -5,7 +5,7 @@ QT = core testlib
greaterThan(QT_MAJOR_VERSION, 4) {
QT += serialport
} else {
- include($$SERIALPORT_PROJECT_ROOT/src/qt4support/serialport.prf)
+ include($$SERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
SOURCES += tst_serialport.cpp
diff --git a/tests/manual/serialportinfo/serialportinfo.pro b/tests/manual/serialportinfo/serialportinfo.pro
index 941cfb76..13344720 100644
--- a/tests/manual/serialportinfo/serialportinfo.pro
+++ b/tests/manual/serialportinfo/serialportinfo.pro
@@ -5,7 +5,7 @@ QT = core testlib
greaterThan(QT_MAJOR_VERSION, 4) {
QT += serialport
} else {
- include($$SERIALPORT_PROJECT_ROOT/src/qt4support/serialport.prf)
+ include($$SERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
SOURCES += tst_serialportinfo.cpp