diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-17 15:28:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 15:28:01 +0200 |
commit | 621dfbf39f9d08be5a24070d9e222e4c3e522728 (patch) | |
tree | f2ecc0ee612c79fff81339c353311f5df8a15f00 /libquotient.pri | |
parent | cc69883ef7219ec42cb7bdb2e3d66256c17a6532 (diff) | |
parent | 3581b9d03fe2f169909b3977606abd3b459c0529 (diff) | |
download | libquotient-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.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 |