aboutsummaryrefslogtreecommitdiff
path: root/libquotient.pri
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-17 15:28:01 +0200
committerGitHub <noreply@github.com>2022-06-17 15:28:01 +0200
commit621dfbf39f9d08be5a24070d9e222e4c3e522728 (patch)
treef2ecc0ee612c79fff81339c353311f5df8a15f00 /libquotient.pri
parentcc69883ef7219ec42cb7bdb2e3d66256c17a6532 (diff)
parent3581b9d03fe2f169909b3977606abd3b459c0529 (diff)
downloadlibquotient-621dfbf39f9d08be5a24070d9e222e4c3e522728.tar.gz
libquotient-621dfbf39f9d08be5a24070d9e222e4c3e522728.zip
Merge #562: Build with Qt 5.15 and Qt 6
Diffstat (limited to 'libquotient.pri')
-rw-r--r--libquotient.pri3
1 files changed, 1 insertions, 2 deletions
diff --git a/libquotient.pri b/libquotient.pri
index 677f60d3..1b4bd9c0 100644
--- a/libquotient.pri
+++ b/libquotient.pri
@@ -1,8 +1,7 @@
QT += network multimedia
QT -= gui
-# TODO: Having moved to Qt 5.12, replace c++1z with c++17 below
-CONFIG *= c++1z warn_on rtti_off create_prl object_parallel_to_source
+CONFIG *= c++20 warn_on rtti_off create_prl object_parallel_to_source
win32-msvc* {
# Quotient code base does not play well with NMake inference rules