Change CONFIG += staticlib to CONFIG += static

That's the targetted, correct way of defining a static library.

Change-Id: I43c23bf7e1bc5fb07bbb55720a320eaca680b038
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Thiago Macieira 2012-05-29 18:40:31 +02:00 committed by Qt by Nokia
parent ec12d11892
commit 4cf993c3ac
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ load(qt_build_config)
TARGET = QtPlatformSupport
QT = core-private gui-private
CONFIG += staticlib
CONFIG += static
mac:LIBS += -lz -framework CoreFoundation -framework Carbon
load(qt_module_config)

View File

@ -1,7 +1,7 @@
option(host_build)
TEMPLATE = lib
TARGET = bootstrap
CONFIG += staticlib
CONFIG += static
CONFIG += console qtinc
CONFIG -= qt