diff options
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro index 594eca3..0be8cd9 100644 --- a/app/app.pro +++ b/app/app.pro @@ -3,7 +3,7 @@ TEMPLATE = app QT += qml network quick positioning location sql widgets dbus -CONFIG += c++14 +CONFIG += c++1z include(app.pri) |