QNX: Rename qcc-base-qnx-armv7le.conf mkspec.
The "new" convention uses armle-v7 instead of armv7le. Change-Id: Ica7016b7b0b4e374771ff423b7b0bfec4851ee95 Reviewed-by: Wolfgang Bremer <wolfgang@w-bremer.de> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
3f0ce8c0c8
commit
a6a865e249
@ -1,5 +1,5 @@
|
||||
#
|
||||
# qmake configuration for blackberry armv7le systems
|
||||
# qmake configuration for blackberry armle-v7 systems
|
||||
#
|
||||
|
||||
load(qt_config)
|
||||
@ -19,4 +19,4 @@ QMAKE_CFLAGS += -mcpu=cortex-a9 -mtune=cortex-a9 -mthumb -D_FORTIFY_SOURCE=2
|
||||
|
||||
QMAKE_LFLAGS_SHLIB += -Wl,-z,relro -Wl,-z,now
|
||||
|
||||
include(../common/qcc-base-qnx-armv7le.conf)
|
||||
include(../common/qcc-base-qnx-armle-v7.conf)
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# qmake configuration for the Blackberry Playbook armv7le
|
||||
# qmake configuration for the Blackberry Playbook armle-v7
|
||||
#
|
||||
|
||||
include(../../blackberry-armle-v7-qcc/qmake.conf)
|
||||
|
@ -2,6 +2,6 @@
|
||||
# qmake configuration for qnx-qcc armv7 targets
|
||||
#
|
||||
|
||||
include(../common/qcc-base-qnx-armv7le.conf)
|
||||
include(../common/qcc-base-qnx-armle-v7.conf)
|
||||
|
||||
DEFINES += QT_NO_CLIPBOARD
|
||||
|
Loading…
Reference in New Issue
Block a user