summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-11-05 11:54:32 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-11-06 10:16:31 +0100
commitff55b6ed48f2507d96163c6cb9dcc218d7e93139 (patch)
tree4ac3bf72bf543fa4b5c22893b5a8ffc21cc27622 /tests
parent28f7c95e3b7fe56835f70c513b192eedf093d830 (diff)
qmakelib test: build with qmake
A dependency was missing, causing qduplicatetracker_p not to be found. Change-Id: I4076d6cf82d804354731c357bcdbfd03c3d42142 Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/tools/qmakelib/qmakelib.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/qmakelib/qmakelib.pro b/tests/auto/tools/qmakelib/qmakelib.pro
index 0e39d3115e..0581832e31 100644
--- a/tests/auto/tools/qmakelib/qmakelib.pro
+++ b/tests/auto/tools/qmakelib/qmakelib.pro
@@ -1,6 +1,6 @@
CONFIG += testcase
TARGET = tst_qmakelib
-QT = core testlib
+QT = core testlib core-private
win32: QMAKE_USE += advapi32
INCLUDEPATH += ../../../../qmake/library