summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 85843be..459a16f 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 1426d64..b0e374f 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 dcc8531..4841b07 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS += auto manual
+!qnx:SUBDIRS += auto manual