mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-12 04:35:41 +08:00
fixes for MinGW, including adding CONFIG += c++11 in all qmake project files
This commit is contained in:
@@ -3,7 +3,7 @@ QT += core dbus
|
||||
TARGET = sample_quantities_avionics
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG += console
|
||||
CONFIG += console c++11
|
||||
CONFIG -= app_bundle
|
||||
|
||||
DEPENDPATH += . ../../src/blackmisc
|
||||
|
||||
Reference in New Issue
Block a user