QtPlatformSupport/macOS: Remove superfluous freetype inclusion
freetype is included depending on configuration by the top level .pro file. Fix build warning: Makefile:1361: warning: ignoring old commands for target `.obj/qfontengine_ft.o' Change-Id: I0a0f111a841b368196633bbc0f9c698197f64bb2 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
235ea594ad
commit
e3a552a130
@ -1,12 +1,6 @@
|
|||||||
HEADERS += $$PWD/qcoretextfontdatabase_p.h $$PWD/qfontengine_coretext_p.h
|
HEADERS += $$PWD/qcoretextfontdatabase_p.h $$PWD/qfontengine_coretext_p.h
|
||||||
OBJECTIVE_SOURCES += $$PWD/qfontengine_coretext.mm $$PWD/qcoretextfontdatabase.mm
|
OBJECTIVE_SOURCES += $$PWD/qfontengine_coretext.mm $$PWD/qcoretextfontdatabase.mm
|
||||||
|
|
||||||
qtConfig(freetype) {
|
|
||||||
QMAKE_USE_PRIVATE += freetype
|
|
||||||
HEADERS += freetype/qfontengine_ft_p.h
|
|
||||||
SOURCES += freetype/qfontengine_ft.cpp
|
|
||||||
}
|
|
||||||
|
|
||||||
LIBS_PRIVATE += \
|
LIBS_PRIVATE += \
|
||||||
-framework CoreFoundation \
|
-framework CoreFoundation \
|
||||||
-framework CoreGraphics \
|
-framework CoreGraphics \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user