From e0521c794bd1a4325d0c59e8f75aa263efa671d5 Mon Sep 17 00:00:00 2001
From: Nico Vertriest <nico.vertriest@digia.com>
Date: Mon, 19 Jan 2015 12:28:52 +0100
Subject: [PATCH] Doc: added qmake to dependencies
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: Ib38445f8bf67e3bfe81f5d2d1a30f7b429f30ac5
Task-number: QTBUG-43810
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
---
 src/websockets/doc/qtwebsockets.qdocconf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/websockets/doc/qtwebsockets.qdocconf b/src/websockets/doc/qtwebsockets.qdocconf
index ed95343b..2e1e15b8 100644
--- a/src/websockets/doc/qtwebsockets.qdocconf
+++ b/src/websockets/doc/qtwebsockets.qdocconf
@@ -37,7 +37,7 @@ qhp.QtWebSockets.subprojects.examples.sortPages     = true
 
 tagfile                                             = ../../../doc/qtwebsockets/qtwebsockets.tags
 
-depends                                             += qtcore qtnetwork qtdoc
+depends                                             += qtcore qtnetwork qtdoc qmake
 
 headerdirs                                          += .. \
                                                        ../../imports
-- 
GitLab