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:
parent
d9dca0b553
commit
bf5d4bf5e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user