summaryrefslogtreecommitdiff
path: root/qtserialport.pro
diff options
context:
space:
mode:
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 98e7303..445fe18 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)