aboutsummaryrefslogtreecommitdiff
path: root/qmc-example.pro
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-29 12:36:34 +0900
committerGitHub <noreply@github.com>2019-08-29 12:36:34 +0900
commit3b6959ab8ca5cd8d55c2e4627eb9a61dfb2506ff (patch)
tree90c8f7c0c754e3a20dadc7296374bed940f005c6 /qmc-example.pro
parentc27916e7f96860659c5cfd7d311f6b10db3d592f (diff)
parentaf0f7e3ae58c1f28baa9fe1385d70eefbacc0e8a (diff)
downloadlibquotient-3b6959ab8ca5cd8d55c2e4627eb9a61dfb2506ff.tar.gz
libquotient-3b6959ab8ca5cd8d55c2e4627eb9a61dfb2506ff.zip
Merge pull request #348 from quotient-im/kitsune-better-basejob
Better BaseJob
Diffstat (limited to 'qmc-example.pro')
-rw-r--r--qmc-example.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qmc-example.pro b/qmc-example.pro
index 4f3e922f..a9548df9 100644
--- a/qmc-example.pro
+++ b/qmc-example.pro
@@ -1,8 +1,8 @@
TEMPLATE = app
-CONFIG += c++17 warn_on object_parallel_to_source
+CONFIG *= c++1z warn_on object_parallel_to_source
-windows { CONFIG += console }
+windows { CONFIG *= console }
include(libquotient.pri)