Skip to content

Commit

Permalink
QNX: Move qpa-based mkspecs out of the unsupported directory
Browse files Browse the repository at this point in the history
RIM is committed to supporting Qt on its platforms and the port works
well.

Change-Id: Id6bfea2dbc178800adad89d436ce31c40d3eb652
Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
Reviewed-by: Andreas Holzammer <[email protected]>
Reviewed-by: Thomas McGuire <[email protected]>
Reviewed-by: Oswald Buddenhagen <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
Sean Harmer authored and Qt by Nokia committed Sep 4, 2012
1 parent f8f78a4 commit 219ba05
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 219ba05

Please sign in to comment.