* 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.
11 lines
429 B
Plaintext
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
|
|
}
|