aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qmllive.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmllive.pri b/qmllive.pri
index fc7f480..c11f32b 100644
--- a/qmllive.pri
+++ b/qmllive.pri
@@ -1,4 +1,4 @@
-android|ios {
+android|ios|qnx {
message("Note: the bench, examples and shared library will not be built on this platform")
CONFIG += skip-bench skip-examples static-link-runtime
}