[vlc-devel] [PATCH 3.0 27/41] contrib:qt: fix native compilation

Steve Lhomme robux4 at ycbcr.xyz
Tue Jul 7 15:11:26 CEST 2020


The extraction path has changed in 004e367b8e656db418336dbeae87e5878050288d

(cherry picked from commit c44e367607f386a74bc615cb12f0e0eef726f7c1) (rebased)

rebased:
- this branch doesn't have a patch for ANGLE

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
---
 contrib/src/qt/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
index 136c2fbcbc..166a42a97f 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -33,7 +33,7 @@ ifndef HAVE_WIN64
 endif
 
 ifndef HAVE_CROSS_COMPILE
-	cd qt-$(QT_VERSION_FULL); for i in QtFontDatabaseSupport QtWindowsUIAutomationSupport QtEventDispatcherSupport QtCore; do \
+	cd $(UNPACK_DIR); for i in QtFontDatabaseSupport QtWindowsUIAutomationSupport QtEventDispatcherSupport QtCore; do \
 		sed -i -e 's,"../../../../../src,"../src,g' include/$$i/$(QT_VERSION)/$$i/private/*.h; done
 endif
 
-- 
2.26.2



More information about the vlc-devel mailing list