openbsd-ports/x11/qt5/patches/patch-qtwinextras_src_src_pro
zhuk 9f8f3ac2d5 Update x11/qt5 to 5.4.1. Improvements included:
* Builds fine when another version being installed;
  * Start building documentation, HTML generator bug was fixed (patch is
    waiting for inclusion upstream);

This update do NOT include QtWebEngine: it relies on building from
Chromium sources (bundled with Qt5) and is a real pain to proceed; so lets
concentrate on what we already have.

All dependant ports are checked by building and running.
2015-04-19 13:18:28 +00:00

11 lines
429 B
Plaintext

$OpenBSD: patch-qtwinextras_src_src_pro,v 1.1 2015/04/19 13:18:28 zhuk Exp $
Unbreak build of documentation.
--- qtwinextras/src/src.pro.ports.orig Fri Apr 17 00:04:19 2015
+++ qtwinextras/src/src.pro Fri Apr 17 00:05:24 2015
@@ -7,4 +7,5 @@ win32 {
# fake project for creating the documentation
TEMPLATE = aux
QMAKE_DOCS = $$PWD/winextras/doc/qtwinextras.qdocconf
+ tagfile = winextras/doc/qtwinextras.tags
}