Browse Source

Fix iOS project settings

QGC4.4
Andrew Voznytsa 5 years ago
parent
commit
0e23112f58
  1. 4
      src/VideoStreaming/VideoStreaming.pri

4
src/VideoStreaming/VideoStreaming.pri

@ -121,9 +121,9 @@ VideoEnabled { @@ -121,9 +121,9 @@ VideoEnabled {
iOSBuild {
OBJECTIVE_SOURCES += \
$$PWD/ios/gst_ios_init.m
$$PWD/iOS/gst_ios_init.m
INCLUDEPATH += \
$$PWD/ios
$$PWD/iOS
}
} else {

Loading…
Cancel
Save