Commit f611299f authored by Topi Reinio's avatar Topi Reinio Committed by Topi Reiniö
Browse files

Doc: Get rid of QT_INSTALL_HEADERS in documentation config


The use of QT_INSTALL_HEADERS caused documentation build failures
in certain configurations. Use an alternative method to pass the
required include paths to QDoc.

Task-number: QTBUG-67925
Change-Id: Ia8c25b0cfb950f43ec60a3768cd192588a5e5617
Reviewed-by: default avatarMartin Smith <martin.smith@qt.io>
parent b2e2e76b
Branches
Tags
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -9,8 +9,7 @@ includepaths += -I . \ ...@@ -9,8 +9,7 @@ includepaths += -I . \
-I .. \ -I .. \
-I ../android \ -I ../android \
-I ../jni \ -I ../jni \
-I ./QtAndroidExtras \ -I ./QtAndroidExtras
-I $QT_INSTALL_HEADERS
project = QtAndroidExtras project = QtAndroidExtras
description = Qt Android Extras Reference Documentation description = Qt Android Extras Reference Documentation
......
...@@ -3,5 +3,6 @@ android { ...@@ -3,5 +3,6 @@ android {
SUBDIRS += androidextras jar SUBDIRS += androidextras jar
} else { } else {
TEMPLATE = aux TEMPLATE = aux
CONFIG += force_qt
QMAKE_DOCS = $$PWD/androidextras/doc/qtandroidextras.qdocconf QMAKE_DOCS = $$PWD/androidextras/doc/qtandroidextras.qdocconf
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment