mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +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 += network dbus
|
||||
|
||||
TARGET = blackcore
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
CONFIG += staticlib c++11
|
||||
|
||||
INCLUDEPATH += ..
|
||||
DEPENDPATH += . ..
|
||||
|
||||
Reference in New Issue
Block a user