clean up freetype conditionals
there is no point in testing !win32 explicitly any more, as configure will take this into account already. Change-Id: Idfca46feece6451509b405a4afc2b7205667c5bb Reviewed-by: Jake Petroules <jake.petroules@qt.io>bb10
parent
57987ad571
commit
9d8f7bcaa1
|
|
@ -1,7 +1,7 @@
|
|||
darwin:!if(watchos:CONFIG(simulator, simulator|device)) {
|
||||
include($$PWD/mac/coretext.pri)
|
||||
} else {
|
||||
!win32|qtConfig(freetype) {
|
||||
qtConfig(freetype) {
|
||||
include($$PWD/basic/basic.pri)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ android: SUBDIRS += android
|
|||
|
||||
!android: SUBDIRS += minimal
|
||||
|
||||
!android:if(!win32|qtConfig(freetype)): SUBDIRS += offscreen
|
||||
!android:qtConfig(freetype): SUBDIRS += offscreen
|
||||
|
||||
qtConfig(xcb) {
|
||||
SUBDIRS += xcb
|
||||
|
|
|
|||
Loading…
Reference in New Issue