QNX: Move qpa-based mkspecs out of the unsupported directory

RIM is committed to supporting Qt on its platforms and the port works
well.

Change-Id: Id6bfea2dbc178800adad89d436ce31c40d3eb652
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Sean Harmer 2012-09-04 10:42:23 +01:00 committed by Qt by Nokia
parent f8f78a4f6f
commit 219ba05b2a
8 changed files with 6 additions and 6 deletions

View File

@ -9,4 +9,4 @@ LIBS += -lbps
# Blackberry also has support for stack smashing protection in its libc
QMAKE_CFLAGS += -fstack-protector -fstack-protector-all
include(../../common/qcc-base-qnx-armv7le.conf)
include(../common/qcc-base-qnx-armv7le.conf)

View File

@ -9,4 +9,4 @@ LIBS += -lbps
# Blackberry also has support for stack smashing protection in its libc
QMAKE_CFLAGS += -fstack-protector -fstack-protector-all
include(../../common/qcc-base-qnx-x86.conf)
include(../common/qcc-base-qnx-x86.conf)

View File

@ -2,6 +2,6 @@
# qmake configuration for qnx-qcc armv7 targets
#
include(../../common/qcc-base-qnx-armv7le.conf)
include(../common/qcc-base-qnx-armv7le.conf)
DEFINES += QT_NO_CLIPBOARD

View File

@ -84,7 +84,7 @@
#define QT_USE_XOPEN_LFS_EXTENSIONS
#define QT_NO_READDIR64
#include "../../common/posix/qplatformdefs.h"
#include "../common/posix/qplatformdefs.h"
#define QT_SNPRINTF ::snprintf
#define QT_VSNPRINTF ::vsnprintf

View File

@ -2,6 +2,6 @@
# qmake configuration for qnx-qcc x86 targets
#
include(../../common/qcc-base-qnx-x86.conf)
include(../common/qcc-base-qnx-x86.conf)
DEFINES += QT_NO_CLIPBOARD

View File

@ -84,7 +84,7 @@
#define QT_USE_XOPEN_LFS_EXTENSIONS
#define QT_NO_READDIR64
#include "../../common/posix/qplatformdefs.h"
#include "../common/posix/qplatformdefs.h"
#define QT_SNPRINTF ::snprintf
#define QT_VSNPRINTF ::vsnprintf