Commit Graph

4 Commits

Author SHA1 Message Date
Lucie Gérard 78cced518f Change the license of all CMakeLists.txt and *.cmake files to BSD
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>
2022-08-23 15:46:30 +02:00
Lucie Gérard 23d34d1b17 Add license headers to cmake files
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>
2022-07-07 17:41:38 +02:00
Joerg Bornemann bcfde1607f configure: Merge the three iconv libraries
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>
2020-07-13 15:38:36 +02:00
Karsten Heimrich cd70242b87 Move QTextCodec support into Qt5Compat
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>
2020-06-26 12:55:39 +02:00