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
parent
f8f78a4f6f
commit
219ba05b2a
|
|
@ -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)
|
||||
|
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue