summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-08-04 14:17:55 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2020-08-10 12:08:12 +0000
commit687bf591414017644ead1923c5bcc2059a6a2e29 (patch)
tree4c34fb0b39c73efb7f4b5de981f024c2ba5f3f47 /tests
parent98cca5ff823fe2d4e41f45173e0675bcdf9e2542 (diff)
qdoc: Prefer CMake example project files over qmake .pro files
If an example has both a qmake .pro file and CMakeLists.txt in its project folder, select CMakeLists.txt to open. This file is listed also in the generated examples-manifest.xml. Fixes: QTBUG-85234 Change-Id: I0e32199f76f9cab7f5a459dec27a9356188b465f Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qdoc/config/testdata/exampletest/examples/test/example4/example4.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qdoc/config/testdata/exampletest/examples/test/example4/example4.pro b/tests/auto/qdoc/config/testdata/exampletest/examples/test/example4/example4.pro
new file mode 100644
index 000000000..556df42ea
--- /dev/null
+++ b/tests/auto/qdoc/config/testdata/exampletest/examples/test/example4/example4.pro
@@ -0,0 +1 @@
+# nothing