1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Require C++14

This commit is contained in:
David Rosca 2017-07-19 13:27:46 +02:00
parent d0f6a3f909
commit cbba636f61

View File

@ -5,7 +5,7 @@ TEMPLATE = lib
DEFINES *= QUPZILLA_SHAREDLIBRARY
CONFIG += c++11
CONFIG += c++14
include(../defines.pri)
include(../../translations/translations.pri)