summaryrefslogtreecommitdiffstats
path: root/cmake/FindDB2.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Adjust database packages FindFoo.cmake files to CMake conventionAlexey Edelev2021-01-191-15/+16
| | | | | | | | | | | Replace package _LIBRARIES by _LIBRARY and _INCLUDE_DIRS by _INCLUDE_DIR. Move find_package_handle_standard_args for Oracle and DB2, since this call should set _FOUND variable but not separate condition. Fixes: QTBUG-89866 Change-Id: I54be2c2c4d7ba4b849a27139702861ecd937c444 Reviewed-by: Craig Scott <craig.scott@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* CMake: Display found information in some of the Find modulesAlexandru Croitor2020-06-261-0/+2
| | | | | Change-Id: I5d92f2f1a552888361a2939577c2b0177c62b596 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* cmake: Enable building of the db2 pluginVille Voutilainen2019-09-041-0/+59
Change-Id: I26810cccba5f3128cb47e0bf53b5ec78de2eec8c Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>