summaryrefslogtreecommitdiffstats
path: root/qtserialport.pro
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-25 21:29:23 +0000
committerDenis Shienkov <denis.shienkov@gmail.com>2013-01-26 15:36:13 +0100
commita9d54120233e48b91e6ba1a9800cbceeaed460e7 (patch)
tree1f29ee37fdd729c7302fe5ef033e3654b4a732b8 /qtserialport.pro
parent086698ce1ef923a45a784fa2f6b167185f7e740d (diff)
Call the module QtSerialPort instead of QtAddOnSerialPort
Use the QTSERIALPORT as a term for internal variables as well to remain consistent with the freshly chosen module name. Change-Id: Ia780b105649b39a1eca46702466da5bc31ec5af0 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'qtserialport.pro')
-rw-r--r--qtserialport.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtserialport.pro b/qtserialport.pro
index 98e7303a..445fe180 100644
--- a/qtserialport.pro
+++ b/qtserialport.pro
@@ -3,9 +3,9 @@ lessThan(QT_MAJOR_VERSION, 5) {
SUBDIRS = src examples tests
CONFIG += ordered
- !infile($$OUT_PWD/.qmake.cache, SERIALPORT_PROJECT_ROOT) {
- system("echo SERIALPORT_PROJECT_ROOT = $$PWD >> $$OUT_PWD/.qmake.cache")
- system("echo SERIALPORT_BUILD_ROOT = $$OUT_PWD >> $$OUT_PWD/.qmake.cache")
+ !infile($$OUT_PWD/.qmake.cache, QTSERIALPORT_PROJECT_ROOT) {
+ system("echo QTSERIALPORT_PROJECT_ROOT = $$PWD >> $$OUT_PWD/.qmake.cache")
+ system("echo QTSERIALPORT_BUILD_ROOT = $$OUT_PWD >> $$OUT_PWD/.qmake.cache")
}
} else {
load(qt_parts)