1
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:
Ilya Kitaev 2016-03-08 12:08:24 +03:00
parent 6d0179f1a7
commit 382fa30283

View File

@ -2,6 +2,7 @@ TEMPLATE = app
QT += qml quick widgets
CONFIG += c++11
HEADERS += \
filter.h \