mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
Qt5: fixed cbindings support for Haiku. issue #37288
git-svn-id: trunk@63484 -
This commit is contained in:
parent
86d3591678
commit
c5a7d9fb5f
@ -33,6 +33,11 @@ is64 = $$find(QMAKE_HOST.arch, ".*64")
|
||||
QMAKE_CXXFLAGS += -mstackrealign -mincoming-stack-boundary=2
|
||||
}
|
||||
|
||||
haiku:isEmpty(is64) {
|
||||
message("Added stack alignment options to CXXFLAGS in support of SSE i386 on Haiku")
|
||||
QMAKE_CXXFLAGS += -mstackrealign -mincoming-stack-boundary=2
|
||||
}
|
||||
|
||||
!equals(QT_MAJOR_VERSION,5)|!equals(QT_MINOR_VERSION,6) {
|
||||
message("Note: This binding version was generated for Qt 5.6.1. Current Qt is" $$QT_VERSION)
|
||||
message("Qt documents binary compatibility in each Version Change Note: http://qt.nokia.com/developer/changes")
|
||||
|
Loading…
Reference in New Issue
Block a user