1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

GCS - Strangely QtCreator builds stopped working for me after compiling Wireshark on Ubuntu.

This seems to fix that.
This commit is contained in:
PT_Dreamer 2012-07-03 23:28:17 +01:00
parent d9dca0b553
commit bf5d4bf5e0

View File

@ -20,6 +20,7 @@ isEmpty(QMAKESPEC) {
win32:SPEC = win32-g++
macx-g++:SPEC = macx-g++
linux-g++:SPEC = linux-g++
linux-g++-32:SPEC = linux-g++
linux-g++-64:SPEC = linux-g++-64
} else {
SPEC = $$QMAKESPEC