summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdatetime/qdatetime.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdatetime/qdatetime.pro')
-rw-r--r--tests/auto/qdatetime/qdatetime.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdatetime/qdatetime.pro b/tests/auto/qdatetime/qdatetime.pro
index 08a321ef75..cd335826ec 100644
--- a/tests/auto/qdatetime/qdatetime.pro
+++ b/tests/auto/qdatetime/qdatetime.pro
@@ -1,7 +1,7 @@
load(qttest_p4)
SOURCES += tst_qdatetime.cpp
-QT = core
+QT = core core-private
# For some reason using optimization here triggers a compiler issue, which causes an exception
# However, the code is correct