From 825e1a05062aa6b0c98c94b74d2f9b3e2fa6ff61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 28 Aug 2018 14:57:46 +0200 Subject: [PATCH] Add missing dependencies for tst_macnativeevents Change-Id: I5578b78a90588117339562b65884b7bc46770647 Reviewed-by: Andy Shaw --- tests/auto/other/macnativeevents/macnativeevents.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/other/macnativeevents/macnativeevents.pro b/tests/auto/other/macnativeevents/macnativeevents.pro index 0611377d0b..0fe5949a1d 100644 --- a/tests/auto/other/macnativeevents/macnativeevents.pro +++ b/tests/auto/other/macnativeevents/macnativeevents.pro @@ -8,3 +8,5 @@ SOURCES += tst_macnativeevents.cpp requires(mac) DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 + +LIBS += -framework AppKit