diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
commit | 89d1bb9ab01e93b870f01933054c0acd8205ff46 (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /x11-toolkits/qt5-declarative/files | |
parent | 29439ee094406379a3bf20855d95ae8c42f20200 (diff) | |
download | ports-89d1bb9ab01e93b870f01933054c0acd8205ff46.tar.gz ports-89d1bb9ab01e93b870f01933054c0acd8205ff46.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt5-declarative/files')
-rw-r--r-- | x11-toolkits/qt5-declarative/files/patch-tools_qmlcachegen_qmlcachegen.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/qt5-declarative/files/patch-tools_qmlcachegen_qmlcachegen.pro b/x11-toolkits/qt5-declarative/files/patch-tools_qmlcachegen_qmlcachegen.pro new file mode 100644 index 000000000000..837a80927b5d --- /dev/null +++ b/x11-toolkits/qt5-declarative/files/patch-tools_qmlcachegen_qmlcachegen.pro @@ -0,0 +1,11 @@ +--- tools/qmlcachegen/qmlcachegen.pro.orig 2018-06-22 17:15:33 UTC ++++ tools/qmlcachegen/qmlcachegen.pro +@@ -15,7 +15,7 @@ prefix_build: INSTALLS += build_integration + else: COPIES += build_integration + + cmake_build_integration.files = Qt5QuickCompilerConfig.cmake +-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 + |