mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-29 23:26:24 +01:00
explicitely enabled c++11 for g++ compiler
This commit is contained in:
parent
6d0179f1a7
commit
382fa30283
@ -2,6 +2,7 @@ TEMPLATE = app
|
|||||||
|
|
||||||
QT += qml quick widgets
|
QT += qml quick widgets
|
||||||
|
|
||||||
|
CONFIG += c++11
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
filter.h \
|
filter.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user