summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2019-07-05 18:27:49 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2019-07-08 15:28:22 +0200
commitde9c8f04db09a309055894d5e0db8f5970189547 (patch)
treeb8de08950de56a7f401ca032deba51d8e05d826f /doc
parent7187630dacf5f4eb386dfbb9838cc30eea244889 (diff)
downloadqtapplicationmanager-de9c8f04db09a309055894d5e0db8f5970189547.tar.gz
Fix headless compilation
Change-Id: I4eb3fae767066dcfb64f3f6fc126680768a10ecc Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/doc.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc.pro b/doc/doc.pro
index e2288769..bab88435 100644
--- a/doc/doc.pro
+++ b/doc/doc.pro
@@ -2,7 +2,8 @@ TEMPLATE = aux
# setup the correct include paths for qdoc
CONFIG += force_qt
-QT *= core network quick
+QT = core network
+qtHaveModule(quick):QT *= quick
# needed for the new clang based qdoc parser in Qt 5.11
!prefix_build:INCLUDEPATH *= $$[QT_INSTALL_HEADERS]