summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move translations to a new directory layout.Slávek Banko2020-04-301-1/+1
| | | | | | Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <[email protected]>
* Use common CMake tests.Slávek Banko2019-02-121-0/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-171-2/+2
| | | | Signed-off-by: Fabio Rossi <[email protected]>
* Add CMakeL10n rules.Slávek Banko2018-12-111-0/+2
| | | | | | | Create translation template. Add CMake rules to build translations. Signed-off-by: Slávek Banko <[email protected]>
* 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]>
* 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]>
* Removed unnecessary executable flag.Slávek Banko2018-10-221-0/+0
| | | | Signed-off-by: Slávek Banko <[email protected]>
* conversion to the cmake building systemgregory guy2018-10-211-0/+75
Signed-off-by: gregory guy <[email protected]>