diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-16 22:44:41 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-17 10:41:15 +0200 |
commit | 3581b9d03fe2f169909b3977606abd3b459c0529 (patch) | |
tree | f2ecc0ee612c79fff81339c353311f5df8a15f00 /libquotient.pri | |
parent | 2504e6e5f216e34fc9aabfda0c462b1b37620a5e (diff) | |
download | libquotient-3581b9d03fe2f169909b3977606abd3b459c0529.tar.gz libquotient-3581b9d03fe2f169909b3977606abd3b459c0529.zip |
CMakeLists and elsewhere: require Qt 5.15
Diffstat (limited to 'libquotient.pri')
-rw-r--r-- | libquotient.pri | 3 |
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 |