diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-07 16:17:48 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-07 16:17:48 +0200 |
commit | b9bc0ca1af18cd247a21fe6bc0f644bf7270a770 (patch) | |
tree | 78b4e687290abdce1e6adecbb0d2c6a692e85a69 /libquotient.pri | |
parent | f6faea5971d94627da67dc1442504da07374958d (diff) | |
download | libquotient-b9bc0ca1af18cd247a21fe6bc0f644bf7270a770.tar.gz libquotient-b9bc0ca1af18cd247a21fe6bc0f644bf7270a770.zip |
Drop Qt Gui from qmake process
Diffstat (limited to 'libquotient.pri')
-rw-r--r-- | libquotient.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libquotient.pri b/libquotient.pri index df58d35b..97ac9976 100644 --- a/libquotient.pri +++ b/libquotient.pri @@ -1,4 +1,6 @@ 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 |