ports/x11-toolkits/qt5-declarative/files/patch-tools_qmlcachegen_qmlcachegen.pro
Tobias C. Berner ea792330aa Update Qt5 to 5.12.0
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/

- This breaks support for libressl again. Patches are welcome.

PR:		233705
Exp-run by:	antoine
2018-12-16 14:49:16 +00:00

11 lines
530 B
INI

--- tools/qmlcachegen/qmlcachegen.pro.orig 2018-10-01 23:20:01 UTC
+++ tools/qmlcachegen/qmlcachegen.pro
@@ -29,7 +29,7 @@ cmake_config_file.output = $$MODULE_BASE_OUTDIR/lib/cm
QMAKE_SUBSTITUTES += cmake_config_file
cmake_build_integration.files = $$cmake_config_file.output
-cmake_build_integration.path = $$[QT_INSTALL_LIBS]/cmake/Qt5QuickCompiler
+cmake_build_integration.path = $$[QT_INSTALL_PREFIX]/lib/cmake/Qt5QuickCompiler
prefix_build: INSTALLS += cmake_build_integration
else: COPIES += cmake_build_integration