summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_generating_cpp_exports/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Bump version from 6.2.0 to 6.4.0 in tests as wellJani Heikkinen2022-01-311-1/+1
| | | | | Change-Id: I6fbce239f1ce45c921cf3bf1c3970e03d0e520d6 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Implement generating of a module cpp export headerAlexey Edelev2021-06-241-0/+1
Add an option that automatically generates an export header for a Qt module. The header contains only Q_DECL_EXPORT/Q_DECL_IMPORT related content, so it's not a full replacement of 'global' header files. Task-number: QTBUG-90492 Change-Id: I250d1201b11d4096b7e78e61cbf4565945fe6517 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>