openbsd-ports/x11/qt5/patches/patch-qtactiveqt_src_activeqt_activeqt_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

12 lines
466 B
Plaintext

$OpenBSD: patch-qtactiveqt_src_activeqt_activeqt_pro,v 1.1 2015/04/19 13:18:28 zhuk Exp $
Unbreak build of documentation.
--- qtactiveqt/src/activeqt/activeqt.pro.ports.orig Fri Apr 17 00:00:07 2015
+++ qtactiveqt/src/activeqt/activeqt.pro Fri Apr 17 00:00:10 2015
@@ -9,5 +9,6 @@ win32:!winrt {
# fake project for creating the documentation
TEMPLATE = aux
QMAKE_DOCS = $$PWD/doc/activeqt.qdocconf
+ tagfile = ../../doc/activeqt/activeqt.tags
}