Mac: build fix. Make sure Platformsupport builds as a static lib.
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>
Mon, 20 Jun 2011 09:57:23 +0000 (11:57 +0200)
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>
Mon, 20 Jun 2011 09:58:32 +0000 (11:58 +0200)
...and not as an .app, as It did.

Rev-By: Jørgen Lind
src/platformsupport/platformsupport.pro

index 5e1cc6a..fecf405 100644 (file)
@@ -2,6 +2,7 @@ load(qt_module)
 TARGET    = QtPlatformSupport
 QPRO_PWD   = $$PWD
 QT         += core-private gui-private
+TEMPLATE = lib
 
 CONFIG += module staticlib
 MODULE_PRI = ../modules/qt_platformssupport.pri