Build offscreen plugin only if freetype is available on Windows.
Task-number: QTBUG-29685 Change-Id: I0d80437d07ad7f9e11343bfa7afbdeb30583f8c5 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
parent
3693ada1a6
commit
71535ad6bc
@ -2,7 +2,9 @@ TEMPLATE = subdirs
|
||||
|
||||
android:!android-no-sdk: SUBDIRS += android
|
||||
|
||||
SUBDIRS += minimal offscreen
|
||||
SUBDIRS += minimal
|
||||
|
||||
!win32|contains(QT_CONFIG, freetype):SUBDIRS += offscreen
|
||||
|
||||
contains(QT_CONFIG, xcb) {
|
||||
SUBDIRS += xcb
|
||||
|
Loading…
Reference in New Issue
Block a user