Commit 05c80dab authored by Don Gagne's avatar Don Gagne

Merge pull request #2497 from DonLakeFlyer/Linux32

Add 32 bit support tp Linux
parents 3756beb8 005df19b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment