summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect use of TQString() inside i18n().Slávek Banko2018-10-221-1/+1
| | | | | | | | Added controlled conversions to char* instead of automatic ascii conversions. The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 5615796c0a10d5068dfb61ecbfbb9ab048ae63cd)
* Removed obsolete Qt2's ASSERT and replace with Q_ASSERT.Slávek Banko2018-10-221-1/+1
| | | | | | | The definition of -UTQT_NO_COMPAT is no longer needed. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 45e95597267482ddb1023b33ebeeb50597d91508)
* Removed unnecessary executable flag.Slávek Banko2018-10-221-0/+0
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit aa733e149ff079df2c4d6a3dc6b2625b232697da)
* conversion to the cmake building systemgregory guy2018-10-221-0/+75
Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 08e08ddd20884087fa7b706d2d6856bd7d8df671)