aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/applicationwindow/applicationwindow.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-28 11:13:46 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-28 12:57:36 +0000
commit1fd4797816f92ec1be3c80c7572d909bcee08c1e (patch)
tree66a419190573f9341ce5de55c3b698971d86d4e7 /tests/auto/applicationwindow/applicationwindow.pro
parenteebd3759a789bcc62efed3cfde5123c44e958457 (diff)
QQuickApplicationWindow: resolve the default system theme font
Change-Id: I6927ee293e5126abc037a3eb9f86a67825732679 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'tests/auto/applicationwindow/applicationwindow.pro')
-rw-r--r--tests/auto/applicationwindow/applicationwindow.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/applicationwindow/applicationwindow.pro b/tests/auto/applicationwindow/applicationwindow.pro
index 5a664b63..eabe81bf 100644
--- a/tests/auto/applicationwindow/applicationwindow.pro
+++ b/tests/auto/applicationwindow/applicationwindow.pro
@@ -4,7 +4,7 @@ SOURCES += tst_applicationwindow.cpp
osx:CONFIG -= app_bundle
-QT += core-private gui-private qml-private quick-private labstemplates-private testlib
+QT += core-private gui-private qml-private quick-private labstemplates-private labscontrols-private testlib
include (../shared/util.pri)