summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use TDE cmake macro to set versionMichele Calgaro2022-06-251-1/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 77beee6cafa70f864c61e647ca0597d0bd2719b5)
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-041-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update version number to the upcoming R14.0.13.Slávek Banko2022-05-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Enforce the use of TQt with STL only where it is necessary.Slávek Banko2022-03-201-1/+1
| | | | | | | The definition of -UTQT_NO_STL is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f3fd991c693316d26e360438eff8ecff8a54553d)
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2022-03-201-1/+1
| | | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5e6c401557744fe5f9765471605cc793939fee1f)
* Replace the use of the old API TQString::data().Slávek Banko2022-03-201-1/+1
| | | | | | | The definition of -UTQT_NO_COMPAT is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit eeae53f59df4d79d0399c2217a165ff2fab754db)
* Conversion to the cmake building system.Slávek Banko2022-03-201-0/+92
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a6454b1658d325d6ff2d6ba6c349b772148798e0)