From bf5d4bf5e08651f73a7e6c31e5d33fa461e51fdd Mon Sep 17 00:00:00 2001 From: PT_Dreamer Date: Tue, 3 Jul 2012 23:28:17 +0100 Subject: [PATCH] GCS - Strangely QtCreator builds stopped working for me after compiling Wireshark on Ubuntu. This seems to fix that. --- ground/uavobjects/uavobjects.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/ground/uavobjects/uavobjects.pro b/ground/uavobjects/uavobjects.pro index 4e2c0c66e..5a256ba3d 100644 --- a/ground/uavobjects/uavobjects.pro +++ b/ground/uavobjects/uavobjects.pro @@ -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