summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-08-28 14:57:46 +0200
committerThiago Macieira <thiago.macieira@intel.com>2018-08-29 02:47:47 +0000
commit825e1a05062aa6b0c98c94b74d2f9b3e2fa6ff61 (patch)
tree86080185133d77664a9d89043fa2a303e0789c06
parented92be50077f001f98f4ea199383a12e5f1e39ec (diff)
Add missing dependencies for tst_macnativeevents
Change-Id: I5578b78a90588117339562b65884b7bc46770647 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
-rw-r--r--tests/auto/other/macnativeevents/macnativeevents.pro2
1 files changed, 2 insertions, 0 deletions
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