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>
Showing with 2 additions and 2 deletions
......@@ -9,8 +9,7 @@ includepaths += -I . \
-I .. \
-I ../android \
-I ../jni \
-I ./QtAndroidExtras \
-I $QT_INSTALL_HEADERS
-I ./QtAndroidExtras
project = QtAndroidExtras
description = Qt Android Extras Reference Documentation
......
......@@ -3,5 +3,6 @@ android {
SUBDIRS += androidextras jar
} else {
TEMPLATE = aux
CONFIG += force_qt
QMAKE_DOCS = $$PWD/androidextras/doc/qtandroidextras.qdocconf
}
Supports Markdown
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