summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parentcc2207af40c30b40f89f63245bdca024f56a46a6 (diff)
downloadqtserialport-6159712679766574341690ff1a1db0bfb491c6e2.tar.gz
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 'examples')
-rw-r--r--examples/blockingmaster/blockingmaster.pro2
-rw-r--r--examples/blockingslave/blockingslave.pro2
-rw-r--r--examples/cenumerator/cenumerator.pro2
-rw-r--r--examples/enumerator/enumerator.pro2
-rw-r--r--examples/master/master.pro2
-rw-r--r--examples/slave/slave.pro2
-rw-r--r--examples/terminal/terminal.pro2
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/blockingmaster/blockingmaster.pro b/examples/blockingmaster/blockingmaster.pro
index a8a6a10..5f21cdb 100644
--- a/examples/blockingmaster/blockingmaster.pro
+++ b/examples/blockingmaster/blockingmaster.pro
@@ -1,7 +1,7 @@
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets serialport
} else {
- include($$SERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
+ include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
TARGET = blockingmaster
diff --git a/examples/blockingslave/blockingslave.pro b/examples/blockingslave/blockingslave.pro
index e127b30..5a5fb78 100644
--- a/examples/blockingslave/blockingslave.pro
+++ b/examples/blockingslave/blockingslave.pro
@@ -1,7 +1,7 @@
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets serialport
} else {
- include($$SERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
+ include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
TARGET = blockingslave
diff --git a/examples/cenumerator/cenumerator.pro b/examples/cenumerator/cenumerator.pro
index 3e20020..99d9cf6 100644
--- a/examples/cenumerator/cenumerator.pro
+++ b/examples/cenumerator/cenumerator.pro
@@ -1,7 +1,7 @@
greaterThan(QT_MAJOR_VERSION, 4) {
QT += core serialport
} else {
- include($$SERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
+ include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
TARGET = cenumerator
diff --git a/examples/enumerator/enumerator.pro b/examples/enumerator/enumerator.pro
index e66ee9e..21233a8 100644
--- a/examples/enumerator/enumerator.pro
+++ b/examples/enumerator/enumerator.pro
@@ -1,7 +1,7 @@
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets serialport
} else {
- include($$SERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
+ include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
TARGET = enumerator
diff --git a/examples/master/master.pro b/examples/master/master.pro
index 810c942..977de6c 100644
--- a/examples/master/master.pro
+++ b/examples/master/master.pro
@@ -1,7 +1,7 @@
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets serialport
} else {
- include($$SERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
+ include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
TARGET = master
diff --git a/examples/slave/slave.pro b/examples/slave/slave.pro
index b990275..df996ac 100644
--- a/examples/slave/slave.pro
+++ b/examples/slave/slave.pro
@@ -1,7 +1,7 @@
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets serialport
} else {
- include($$SERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
+ include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
TARGET = slave
diff --git a/examples/terminal/terminal.pro b/examples/terminal/terminal.pro
index 3cdfa22..0a5b545 100644
--- a/examples/terminal/terminal.pro
+++ b/examples/terminal/terminal.pro
@@ -1,7 +1,7 @@
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets serialport
} else {
- include($$SERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
+ include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
TARGET = terminal