Skip to content
Snippets Groups Projects
Commit 5c2c7a8b authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

contrib: qt: remove ad-hoc copy for macos

The plugins are now correctly installed to the correct location.
parent 1704d543
No related branches found
No related tags found
1 merge request!2479qt: fix contrib to avoid race conditions and make it work on Linux and Macosx reliably
Pipeline #260884 failed with stages
in 34 minutes and 33 seconds
......@@ -144,11 +144,6 @@ ifdef HAVE_WIN32
sed -i.orig -e 's#-I$${includedir}/QtGui#-I$${includedir}/QtGui -I$${includedir}/QtGui/$(QT_VERSION)/QtGui -I$${includedir}/QtANGLE#' $(PREFIX)/lib/pkgconfig/Qt5Gui.pc
endif
ifdef HAVE_MACOSX
# Qt Cocoa plugins depend on printer support...
cd $< && cp ./lib/libQt5PrintSupport.a "$(PREFIX)/lib/"
endif
#fix host tools headers to avoid collusion with target headers
mkdir -p $(PREFIX)/lib/qt5/include
cp -R $(PREFIX)/include/QtCore $(PREFIX)/lib/qt5/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment