summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-10-03 14:10:11 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-10-11 08:49:19 +0000
commit0a9bf92e8809d49a59fcbb5c6361b752e529bbbe (patch)
tree9e1c3f2bfe6f04c803559aaa411e5e622069be57 /tests/auto/auto.pro
parent5c69c450bd7bfa3e17ca278d158d674a1c719e20 (diff)
QDoc: Move global variables out of main.cpp
This change moves most of the global variables out of main.cpp, and into the new qdocglobals class, with getter and setter functions for each variable. It also introduces the basic structure for autotests for QDoc. The motivation is to increase the testability of QDoc, as well as to simplify any future refactoring. Change-Id: If71ba9f1837e759aa75b1c9fec326d72c41c4fcf Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by: Ole-Morten Duesund <olemd@odinprosjekt.no> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 15a7cf569..0d3c1d1eb 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,6 +1,7 @@
TEMPLATE=subdirs
SUBDIRS=\
linguist \
+ qdoc \
qtattributionsscanner \
qhelpcontentmodel \
qhelpenginecore \