Make sure we build with -std=c++98 (under Unix and Qt4)
authorgregor herrmann <gregor@toastfreeware.priv.at>
Mon, 2 Oct 2017 20:51:42 +0000 (22:51 +0200)
committergregor herrmann <gregor@toastfreeware.priv.at>
Mon, 2 Oct 2017 20:51:42 +0000 (22:51 +0200)
commitd6f1e74ee0facf1bffc3389da45bd705b9ad4e77
tree6752912a30fd3154c26d8041b41c5fe7dca09088
parent9b07ee2426ee91d65d4da7a16a85a6e3011cb12c
Make sure we build with -std=c++98 (under Unix and Qt4)

because gcc 4.2.1 on Maemo5 doesn't know c++11, and with this setting we can
prevent accidents also when building the Qt4 variant with a modern compiler.
src/global.pri