fixes for MinGW, including adding CONFIG += c++11 in all qmake project files

This commit is contained in:
Mathew Sutcliffe
2013-08-19 18:46:37 +01:00
parent 3567dace6f
commit 9b239f12aa
21 changed files with 22 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
TARGET = bb_driver_fs9
TEMPLATE = lib
CONFIG += dll
CONFIG += dll c++11
INCLUDEPATH += .. ../../

View File

@@ -1,6 +1,6 @@
TARGET = bb_driver_fsx
TEMPLATE = lib
CONFIG += dll
CONFIG += dll c++11
INCLUDEPATH += .. ../../

View File

@@ -1,6 +1,6 @@
TARGET = bb_driver_xplane
TEMPLATE = lib
CONFIG += dll
CONFIG += dll c++11
INCLUDEPATH += .. ../../