Fix compile QtGui with png support
Add corresponding dependency to QtGui module. Task-number: QTBUG-53660 Change-Id: I719f0ff3d6a0208ad69139a8f64358536a718eed Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
4c23b69bf7
commit
80a4f8b867
@ -170,7 +170,7 @@ contains(QT_CONFIG, concurrent):SUBDIRS += src_concurrent
|
|||||||
contains(QT_CONFIG, png) {
|
contains(QT_CONFIG, png) {
|
||||||
SUBDIRS += src_3rdparty_libpng
|
SUBDIRS += src_3rdparty_libpng
|
||||||
src_3rdparty_freetype.depends += src_3rdparty_libpng
|
src_3rdparty_freetype.depends += src_3rdparty_libpng
|
||||||
src_plugins.depends += src_3rdparty_libpng
|
src_gui.depends += src_3rdparty_libpng
|
||||||
}
|
}
|
||||||
contains(QT_CONFIG, freetype) {
|
contains(QT_CONFIG, freetype) {
|
||||||
SUBDIRS += src_3rdparty_freetype
|
SUBDIRS += src_3rdparty_freetype
|
||||||
|
Loading…
x
Reference in New Issue
Block a user