mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-19 09:54:15 +01:00
Fix 64-Bit Linux build problem in QT-Creator
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3122 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
da6530537b
commit
65e8077d31
@ -20,6 +20,7 @@ isEmpty(QMAKESPEC) {
|
||||
win32:SPEC = win32-g++
|
||||
macx-g++:SPEC = macx-g++
|
||||
linux-g++:SPEC = linux-g++
|
||||
linux-g++-64:SPEC = linux-g++-64
|
||||
} else {
|
||||
SPEC = $$QMAKESPEC
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user