summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/textdocument-end/textdocument-end.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
| | | | | | | | | | | | | | | | Remove the qmake project files for most of Qt. Leave the qmake project files for examples, because we still test those in the CI to ensure qmake does not regress. Also leave the qmake project files for utils and other minor parts that lack CMake project files. Task-number: QTBUG-88742 Change-Id: I6cdf059e6204816f617f9624f3ea9822703f73cc Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Doc: rename snippet project filePaul Wicking2020-08-291-0/+5
The project file name is wrong, so the project won't become part of the parent subdirs project. Rename the project file to correct this. Task-number: QTBUG-81486 Change-Id: I069004caa5e7bdeecc0550fafe78f8977fbf7a87 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>