summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2023-08-08 17:36:28 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2023-08-10 07:01:40 +0000
commitaf49b8ba5602d705e55598a79465b09f485a8cfd (patch)
treeb160888dbb2943bb37706a70fd9a542956279e50 /tests
parent8ab53c6487ee3a3ef86c175292140df4746465c3 (diff)
Do not depend on QtGui in tests
Change-Id: I5abc561276d95d6ab433be9d5cd741e3bdb95114 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 6e1078b..4a5a789 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-QT += testlib
+QT = core testlib
INCLUDEPATH += ../src/jomlib
CONFIG(debug, debug|release) {