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 += \
|
||||
avfvideorenderercontrol.h \
|
||||
avfdisplaylink.h \
|
||||
avfvideoframerenderer.h
|
||||
avfdisplaylink.h
|
||||
OBJECTIVE_SOURCES += \
|
||||
avfvideorenderercontrol.mm \
|
||||
avfdisplaylink.mm \
|
||||
avfdisplaylink.mm
|
||||
|
||||
contains(QT_CONFIG, opengl.*) {
|
||||
HEADERS += \
|
||||
avfvideoframerenderer.h
|
||||
OBJECTIVE_SOURCES += \
|
||||
avfvideoframerenderer.mm
|
||||
}
|
||||
}
|
||||
|
||||
OTHER_FILES += \
|
||||
|
||||
@@ -48,7 +48,7 @@ mac:!simulator {
|
||||
|
||||
config_avfoundation: SUBDIRS += avfoundation
|
||||
|
||||
!ios: SUBDIRS += qt7
|
||||
contains(QT_CONFIG, opengl.*):!ios: SUBDIRS += qt7
|
||||
}
|
||||
|
||||
config_resourcepolicy {
|
||||
|
||||
Reference in New Issue
Block a user