From 47617f68cbed0c14e7318e1c85885ed8411b7344 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 18 Apr 2012 12:07:10 +0200 Subject: Make the QNX QPA plugin work with non blackberry. Change-Id: Id85d18d9f21711e8d53e8e4bfdf39d10e135f593 Reviewed-by: Rafael Roquetto Reviewed-by: Kevin Krammer Reviewed-by: Andreas Holzammer Reviewed-by: Robin Burchell --- mkspecs/unsupported/qnx-x86-qcc/qmake.conf | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'mkspecs/unsupported/qnx-x86-qcc') diff --git a/mkspecs/unsupported/qnx-x86-qcc/qmake.conf b/mkspecs/unsupported/qnx-x86-qcc/qmake.conf index fef8d443c1..cf588bae1c 100644 --- a/mkspecs/unsupported/qnx-x86-qcc/qmake.conf +++ b/mkspecs/unsupported/qnx-x86-qcc/qmake.conf @@ -2,24 +2,6 @@ # qmake configuration for qnx-qcc x86 targets # -MAKEFILE_GENERATOR = UNIX -TARGET_PLATFORM = unix -TEMPLATE = app -CONFIG += qt warn_on release link_prl -QT += core gui +include(../../common/qcc-base-qnx-x86.conf) -include(../../common/g++-unix.conf) -include(../../common/unix.conf) - -QMAKE_CC = qcc -Vgcc_ntox86 -QNX_CPUDIR = x86 - -include(../../common/qcc-base-qnx.conf) - -QMAKE_AR = ntox86-ar cqs -QMAKE_OBJCOPY = ntox86-objcopy -QMAKE_RANLIB = ntox86-ranlib - -QMAKE_STRIP = ntox86-strip - -load(qt_config) +DEFINES += QT_NO_CLIPBOARD -- cgit v1.2.3