summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2013-10-31 14:11:43 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 14:21:24 +0100
commitb8ce84a97a9ac4bc7c38f16d95d2076afdb64ae6 (patch)
treed8e3f782fbbb31ad11a2cbcaee21135da8df1ffd
parente2fb29e3c1462c42f11fc9f6a0ee0bb21a1eaee9 (diff)
Disable QNX build
Nobody tested the serial port and it does not compile as CRTSCTS is not defined. Lets disable it until its fixed. Change-Id: Ifc032194773b166a7fd9502f5d7f518019d80c7c Reviewed-by: Laszlo Papp <lpapp@kde.org>
-rw-r--r--examples/examples.pro2
-rw-r--r--src/src.pro2
-rw-r--r--tests/tests.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 85843beb..459a16ff 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS += serialport
+!qnx:SUBDIRS += serialport
diff --git a/src/src.pro b/src/src.pro
index 1426d64e..b0e374ff 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS = serialport
+!qnx:SUBDIRS = serialport
diff --git a/tests/tests.pro b/tests/tests.pro
index dcc85316..4841b07b 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS += auto manual
+!qnx:SUBDIRS += auto manual