mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-27 01:50:32 +00:00
added compiler flag needed for Mingw to support C++11
This commit is contained in:
parent
c916e0952b
commit
e227543035
@ -2,6 +2,7 @@ QT += core
|
||||
QT -= gui
|
||||
|
||||
CONFIG += gnu++11
|
||||
QMAKE_CXXFLAGS += -std=gnu++11
|
||||
|
||||
TARGET = QZXingTests
|
||||
CONFIG += console
|
||||
|
Loading…
x
Reference in New Issue
Block a user