summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/platformsupport.pro
diff options
context:
space:
mode:
authorMorten Sorvig <morten.sorvig@nokia.com>2011-08-24 09:47:20 +0200
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2011-09-01 13:04:11 +0200
commitceed409b40fd5b8fe5c62ac33144e66f50b28ede (patch)
tree09cfd19b57252f7bfe086a74e123a826ad42bd24 /src/platformsupport/platformsupport.pro
parent82e715b2770258fa2c536aeae1f46c7fccdcdecf (diff)
Mac: make platformsupport a static lib
The "force framework/no-framework" logic does not really work, since Qt is now a mix of frameworks and statics libs. Remove this code path and use the "detection" path instead. Also remove the exports from platformsupport. Change-Id: I0a308666480445eb47c4f443ff7529addecad10d Reviewed-on: http://codereview.qt.nokia.com/3464 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@nokia.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.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 f5e62ef925..126cff823a 100644
--- a/src/platformsupport/platformsupport.pro
+++ b/src/platformsupport/platformsupport.pro
@@ -6,7 +6,7 @@ TEMPLATE = lib
DESTDIR = $$QMAKE_LIBDIR_QT
CONFIG += module
-!mac:CONFIG += staticlib
+CONFIG += staticlib
mac:LIBS += -lz -framework CoreFoundation -framework Carbon
MODULE_PRI = ../modules/qt_platformsupport.pri