summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/pps/pps.pro
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2013-11-21 12:58:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-23 15:45:35 +0100
commitca2440e2b10368c7d8b849ee1b504a7d587dd1a9 (patch)
treec025590b3589a41199f3bea61faeafa3c3e19ac1 /config.tests/unix/pps/pps.pro
parenta18daa8793ea6b2e9405e854f4b0fef66f8ceb16 (diff)
Add PPS configure check
Plain QNX 6.5.0 does not have a libpps, the new QNX has a libpps and BlackBerry has it as well. So we need a configure check to not open another mkspec for this platform. This fixes the plain QNX 6.5.0 build. Change-Id: Id4b3876f2385bcb5f3df426945532e7e26133f24 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Diffstat (limited to 'config.tests/unix/pps/pps.pro')
-rw-r--r--config.tests/unix/pps/pps.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.tests/unix/pps/pps.pro b/config.tests/unix/pps/pps.pro
new file mode 100644
index 0000000000..21bdeedbfb
--- /dev/null
+++ b/config.tests/unix/pps/pps.pro
@@ -0,0 +1,3 @@
+SOURCES = pps.cpp
+CONFIG -= qt
+LIBS += -lpps