mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
fixes for MinGW, including adding CONFIG += c++11 in all qmake project files
This commit is contained in:
@@ -5,6 +5,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = blackd
|
||||
TEMPLATE = app
|
||||
CONFIG += c++11
|
||||
|
||||
DEPENDPATH += . ..
|
||||
INCLUDEPATH += ..
|
||||
|
||||
Reference in New Issue
Block a user