From d8ebb7eeea7e6b19763f248d1e04e8a22b91bad5 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 15 Nov 2015 23:14:44 +0800 Subject: macfunctions: compile fix ensure that "-frameworks AppKit" is properly passed as linker flag Change-Id: Iea032e5c3e21588a2c5000f1bfdb26e401ae08c0 Reviewed-by: Jake Petroules --- tests/auto/macfunctions/macfunctions.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3