File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ QT_CONFIG := -static -release -opensource -confirm-license -no-pkg-config \
48
48
cd $< /src/plugins && $(MAKE ) sub-platforms-install_subtargets
49
49
mv $(PREFIX ) /plugins/platforms/libqwindows.a $(PREFIX ) /lib/ && rm -rf $(PREFIX ) /plugins
50
50
# Move includes to match what VLC expects
51
- rm -rf $( PREFIX ) /include/qt5/ && mkdir $( PREFIX ) /include/qt5/ && mv -v $(PREFIX ) /include/Q * $( PREFIX ) /include/qt5/
52
- mkdir $( PREFIX ) /include/qt5/QtGui/qpa && cp $(PREFIX ) /include/qt5/ QtGui/$(QT_VERSION ) /QtGui/qpa/qplatformnativeinterface.h $(PREFIX ) /include/qt5 /QtGui/qpa
51
+ mkdir -p $(PREFIX ) /include/QtGui/qpa
52
+ cp $(PREFIX ) /include/QtGui/$(QT_VERSION ) /QtGui/qpa/qplatformnativeinterface.h $(PREFIX ) /include/QtGui/qpa
53
53
# Clean Qt mess
54
54
rm -rf $(PREFIX ) /lib/libQt5Bootstrap* $(PREFIX ) /lib/* .prl $(PREFIX ) /mkspecs
55
55
ifdef HAVE_CROSS_COMPILE
You can’t perform that action at this time.
0 commit comments