summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-26 09:54:32 +0000
committerLaszlo Papp <lpapp@kde.org>2013-01-26 19:43:30 +0100
commit6159712679766574341690ff1a1db0bfb491c6e2 (patch)
tree8e9d0aab2cdd2b674fc7dbb7bcc5881893607b72 /tests
parentcc2207af40c30b40f89f63245bdca024f56a46a6 (diff)
Change the variable names properly for the examples and tests in case of Qt4
Change-Id: I08609cb9c679002262a24b52fc46bbfcabb512d7 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
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 1126f501..64903022 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/serialport/qt4support/serialport.prf)
+ include($$QTSERIALPORT_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 13344720..75ccd0c2 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/serialport/qt4support/serialport.prf)
+ include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
SOURCES += tst_serialportinfo.cpp