1
0
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:
erhard 2011-04-03 16:25:21 +00:00 committed by erhard
parent da6530537b
commit 65e8077d31

View File

@ -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
}