summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/generatedoutput.pro
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: Test the C++ property macros in QDoc's generatedoutput autotestTopi Reinio2020-09-231-0/+8
| | | | | | | | | | | | | | | In order to test the Q_PROPERTY macros, we need to provide include paths to QtCore for the test. Generate a list of include files when running qmake or CMake, stored in a file, and load that file as extra command line arguments when running QDoc. Skip the test if that file is not available at the time of test execution. Fixes: QTBUG-85565 Change-Id: Ibe7ec4a454441c15320b3a7e1ff8ebefb44c2f5e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* QDoc: Remove unused make target for test projectPaul Wicking2020-02-141-2/+0
| | | | | | | | | | We don't call qdoc via the make targets in the tests, so remove the unused QMAKE_DOCS entry from the project file as it interferes with refactoring the test. Task-number: QTBUG-82159 Change-Id: Ie29fd5407c3541be7dfe4c70376a34e084a983b1 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* QDoc: Refactor testPaul Wicking2019-07-251-0/+9
Refactor test to make it easier to extend. Task-number: QTBUG-71168 Change-Id: Ic5a011b1b15cb3576e4101fb4875abde757dc986 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>