summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/platformsupport.pro
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-11-01 22:22:56 +0100
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-02-22 23:56:36 +0100
commit0575baac5e21cbe38a6ceabaa6b17862cbfee7d5 (patch)
tree4c4568fd6106a6489bcb75f82407ceddc4587075 /src/platformsupport/platformsupport.pro
parent3b5600f6ee9f2982c5a93250e577f87a34fe32d1 (diff)
Don't link QtPlatformSupport to CoreFoundation or Carbon
Move the Carbon dependency to the Cocoa platform plugin instead, where it's actually used. CoreFoundation was not used by any plugins and could be removed completely. Change-Id: I1c825cdf94e2cc348ea13519b894fd868be0d14a Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'src/platformsupport/platformsupport.pro')
-rw-r--r--src/platformsupport/platformsupport.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platformsupport/platformsupport.pro b/src/platformsupport/platformsupport.pro
index 57d9b422f4..469c76ffae 100644
--- a/src/platformsupport/platformsupport.pro
+++ b/src/platformsupport/platformsupport.pro
@@ -2,7 +2,7 @@ TARGET = QtPlatformSupport
QT = core-private gui-private
CONFIG += static internal_module
-mac:LIBS += -lz -framework CoreFoundation -framework Carbon
+mac:LIBS += -lz
load(qt_module)