aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Blechmann <tim@klingt.org>2015-11-15 23:14:44 +0800
committerTim Blechmann <tim@klingt.org>2015-11-17 04:11:13 +0000
commitd8ebb7eeea7e6b19763f248d1e04e8a22b91bad5 (patch)
tree583f0612212e376f541c06f6cceecc3dbd97e30f
parent1243e7e8647579da7a96cc4f7fb18b3105ebe9e8 (diff)
macfunctions: compile fixv5.6.0-rc1v5.6.0-beta1v5.6.0
ensure that "-frameworks AppKit" is properly passed as linker flag Change-Id: Iea032e5c3e21588a2c5000f1bfdb26e401ae08c0 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
-rw-r--r--tests/auto/macfunctions/macfunctions.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/macfunctions/macfunctions.pro b/tests/auto/macfunctions/macfunctions.pro
index 78b094f..b13227a 100644
--- a/tests/auto/macfunctions/macfunctions.pro
+++ b/tests/auto/macfunctions/macfunctions.pro
@@ -3,4 +3,4 @@ CONFIG -= app_bundle
TARGET = tst_qmacfunctions
QT += macextras widgets testlib
OBJECTIVE_SOURCES += tst_qmacfunctions.mm
-LIBS *= -framework AppKit
+LIBS += -framework AppKit