From 005df19ba648b5c4cc90bc536345e53b71509ccc Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 29 Dec 2015 11:09:07 -0800 Subject: [PATCH] Add 32 bit support --- QGCCommon.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QGCCommon.pri b/QGCCommon.pri index 5cc86be83..f4fde658f 100644 --- a/QGCCommon.pri +++ b/QGCCommon.pri @@ -27,7 +27,7 @@ # the project file. linux { - linux-g++ | linux-g++-64 { + linux-g++ | linux-g++-64 | linux-g++-32 { message("Linux build") CONFIG += LinuxBuild DEFINES += __STDC_LIMIT_MACROS -- 2.22.0