diff --git a/src/platformsupport/platformsupport.pro b/src/platformsupport/platformsupport.pro index 617cf902d7..3840f821ad 100644 --- a/src/platformsupport/platformsupport.pro +++ b/src/platformsupport/platformsupport.pro @@ -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) diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro index 63314540b3..3aa9bebe30 100644 --- a/src/tools/bootstrap/bootstrap.pro +++ b/src/tools/bootstrap/bootstrap.pro @@ -1,7 +1,7 @@ option(host_build) TEMPLATE = lib TARGET = bootstrap -CONFIG += staticlib +CONFIG += static CONFIG += console qtinc CONFIG -= qt