mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 04:20:26 +00:00
explicitely enabled c++11 for g++ compiler
This commit is contained in:
parent
6d0179f1a7
commit
382fa30283
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ TEMPLATE = app
|
|||
|
||||
QT += qml quick widgets
|
||||
|
||||
CONFIG += c++11
|
||||
|
||||
HEADERS += \
|
||||
filter.h \
|
||||
|
|
Loading…
Reference in a new issue