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:
parent
ec12d11892
commit
4cf993c3ac
@ -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)
|
||||
|
@ -1,7 +1,7 @@
|
||||
option(host_build)
|
||||
TEMPLATE = lib
|
||||
TARGET = bootstrap
|
||||
CONFIG += staticlib
|
||||
CONFIG += static
|
||||
|
||||
CONFIG += console qtinc
|
||||
CONFIG -= qt
|
||||
|
Loading…
Reference in New Issue
Block a user