summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
| | | | | | | Task-number: QTBUG-105718 Change-Id: Iab6aaba3efbb0e887673eb9523354ba78aba6520 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
| | | | | | | | | | | | CMakeLists.txt and .cmake files of significant size (more than 2 lines according to our check in tst_license.pl) now have the copyright and license header. Existing copyright statements remain intact Task-number: QTBUG-88621 Change-Id: I6037589b6cb21970616972a95b656119fda64a7e Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* configure: Merge the three iconv librariesJoerg Bornemann2020-07-132-65/+32
| | | | | | | | | | | | | | The distinction between the GNU and POSIX flavors is not necessary anymore since a recent commit that employs a const_cast to support both flavors unconditionally. The SUN iconv library is the same as GNU without the -liconv linker flag. The iconv versions that need or may not need the -liconv linker flag are covered by one common "iconv" library. Fixes: QTBUG-84708 Change-Id: I3db530c9403afd9bc3db43849f7da1b4fcda917c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Move QTextCodec support into Qt5CompatKarsten Heimrich2020-06-261-0/+65
Fixes: QTBUG-75665 Change-Id: Ibe2c1ea7606e04996c5098977304bf1a633e25d9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io>