Fix compilation with -no-opengl
Change-Id: Ib8f39dcea58018f076d6a3fa733303958c707f1a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
@@ -49,12 +49,17 @@ OBJECTIVE_SOURCES += \
|
|||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
avfvideorenderercontrol.h \
|
avfvideorenderercontrol.h \
|
||||||
avfdisplaylink.h \
|
avfdisplaylink.h
|
||||||
avfvideoframerenderer.h
|
|
||||||
OBJECTIVE_SOURCES += \
|
OBJECTIVE_SOURCES += \
|
||||||
avfvideorenderercontrol.mm \
|
avfvideorenderercontrol.mm \
|
||||||
avfdisplaylink.mm \
|
avfdisplaylink.mm
|
||||||
avfvideoframerenderer.mm
|
|
||||||
|
contains(QT_CONFIG, opengl.*) {
|
||||||
|
HEADERS += \
|
||||||
|
avfvideoframerenderer.h
|
||||||
|
OBJECTIVE_SOURCES += \
|
||||||
|
avfvideoframerenderer.mm
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ mac:!simulator {
|
|||||||
|
|
||||||
config_avfoundation: SUBDIRS += avfoundation
|
config_avfoundation: SUBDIRS += avfoundation
|
||||||
|
|
||||||
!ios: SUBDIRS += qt7
|
contains(QT_CONFIG, opengl.*):!ios: SUBDIRS += qt7
|
||||||
}
|
}
|
||||||
|
|
||||||
config_resourcepolicy {
|
config_resourcepolicy {
|
||||||
|
|||||||
Reference in New Issue
Block a user