mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-20 04:15:53 +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
|
||||
|
||||
CONFIG += c++11
|
||||
|
||||
HEADERS += \
|
||||
filter.h \
|
||||
|
Loading…
Reference in New Issue
Block a user