summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macgui/macgui.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-12-17 11:58:25 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-01-08 18:51:02 +0000
commit5783a915c4e1825c4d9fd34e3d2ab2ca5b8a0c85 (patch)
treea7d72863e5731e94ef6c496e3f4cd755794caebe /tests/auto/other/macgui/macgui.pro
parent9d0181f0f740a2c07ff4141f60095c1d7710afee (diff)
don't rely on transitive dependencies
Change-Id: Ide872b452e02ebefb3eeb51464c8d59e8bf58bc4 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'tests/auto/other/macgui/macgui.pro')
-rw-r--r--tests/auto/other/macgui/macgui.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/other/macgui/macgui.pro b/tests/auto/other/macgui/macgui.pro
index bf805ccd75..a793a304ca 100644
--- a/tests/auto/other/macgui/macgui.pro
+++ b/tests/auto/other/macgui/macgui.pro
@@ -6,5 +6,7 @@ HEADERS += guitest.h
QT = core-private widgets-private testlib
+osx: LIBS += -framework ApplicationServices
+
requires(mac)
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0