Browse Source

Add 32 bit support

QGC4.4
Don Gagne 9 years ago
parent
commit
005df19ba6
  1. 2
      QGCCommon.pri

2
QGCCommon.pri

@ -27,7 +27,7 @@ @@ -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

Loading…
Cancel
Save