From 0e23112f5843722472a4d81f5d823744548b6ae7 Mon Sep 17 00:00:00 2001 From: Andrew Voznytsa Date: Thu, 12 Dec 2019 19:39:32 +0200 Subject: [PATCH] Fix iOS project settings --- src/VideoStreaming/VideoStreaming.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VideoStreaming/VideoStreaming.pri b/src/VideoStreaming/VideoStreaming.pri index d6b92ee7d..00c82887a 100644 --- a/src/VideoStreaming/VideoStreaming.pri +++ b/src/VideoStreaming/VideoStreaming.pri @@ -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 { -- 2.22.0