aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-07 16:17:48 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-07 16:17:48 +0200
commitb9bc0ca1af18cd247a21fe6bc0f644bf7270a770 (patch)
tree78b4e687290abdce1e6adecbb0d2c6a692e85a69
parentf6faea5971d94627da67dc1442504da07374958d (diff)
downloadlibquotient-b9bc0ca1af18cd247a21fe6bc0f644bf7270a770.tar.gz
libquotient-b9bc0ca1af18cd247a21fe6bc0f644bf7270a770.zip
Drop Qt Gui from qmake process
-rw-r--r--libquotient.pri2
-rw-r--r--quotest.pro5
2 files changed, 5 insertions, 2 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
diff --git a/quotest.pro b/quotest.pro
index 433a2ccc..891873af 100644
--- a/quotest.pro
+++ b/quotest.pro
@@ -1,12 +1,13 @@
TEMPLATE = app
+include(libquotient.pri)
+
QT += testlib
+
CONFIG *= c++1z warn_on object_parallel_to_source
windows { CONFIG *= console }
-include(libquotient.pri)
-
SOURCES += tests/quotest.cpp
DISTFILES += \