summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use common rules for build and install documentation and translations.Slávek Banko2021-07-301-2/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Move translations to a new directory layout.Slávek Banko2020-04-051-2/+2
| | | | | | Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <[email protected]>
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2019-02-241-1/+1
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]>
* cmake: add WITH_NATIVE_GNU_BARCODE and WITH_JAVASCRIPT build optionsgregory guy2019-02-241-0/+3
| | | | | Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* conversion to the cmake building systemgregory guy2019-02-241-0/+79
Signed-off-by: gregory guy <[email protected]>