aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kampas <martin.kampas@jolla.com>2016-10-06 21:17:11 +0200
committerJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-10-06 22:12:24 +0000
commite9be3efe9a53aa36d55ce24dfe3b243cbe0ea840 (patch)
treea7f71cb201f77368b2864f4c57e28d4ffd793264
parent146c0a3f0d6ab56ab425524e2c03ec195cf0da78 (diff)
Build: Skip bench, examples and shared lib build also on QNX
Change-Id: I85689293175d8c5280b7d2151efc1c598e7261bf Reviewed-by: Juergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>
-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
}