mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-02 22:23:41 +00:00
added c++11 config in BarcodeEncoder project
This commit is contained in:
parent
f1f7013621
commit
22e969b5c2
@ -6,6 +6,9 @@ DEPLOYMENTFOLDERS = folder_01
|
||||
# Additional import path used to resolve QML modules in Creator's code model
|
||||
QML_IMPORT_PATH =
|
||||
|
||||
CONFIG += gnu++11
|
||||
QMAKE_CXXFLAGS += -std=gnu++11
|
||||
|
||||
# The .cpp file which was generated for your project. Feel free to hack it.
|
||||
SOURCES += main.cpp
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user