mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
fixes for MinGW, including adding CONFIG += c++11 in all qmake project files
This commit is contained in:
@@ -2,7 +2,7 @@ QT += network dbus
|
||||
|
||||
TARGET = blackmisc
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
CONFIG += staticlib c++11
|
||||
|
||||
INCLUDEPATH += ..
|
||||
# DEPENDPATH += . .. // BlackMisc should be independent
|
||||
|
||||
@@ -622,8 +622,8 @@ public:
|
||||
*/
|
||||
static const CPressureUnit &mbar()
|
||||
{
|
||||
static CPressureUnit bar(CMeasurementPrefix::m(), bar(), 1);
|
||||
return bar;
|
||||
static CPressureUnit mbar(CMeasurementPrefix::m(), bar(), 1);
|
||||
return mbar;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user