summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-171-2/+2
| | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* 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 <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* Removed unnecessary executable flag.Slávek Banko2018-10-221-0/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* conversion to the cmake building systemgregory guy2018-10-211-0/+75
Signed-off-by: gregory guy <g-gregory@gmx.fr>