aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.pri
Commit message (Collapse)AuthorAgeFilesLines
* Restrict more sensitive debugging output5.6Mitch Curtis2018-11-281-0/+6
| | | | | | | | | | | | | There are more places where sensitive information could accidentally be disclosed. Also, move SENSITIVE_DEBUG to config.pri so that plugins can use it. Change-Id: Ifa4ccbd6bf4bf79412f29984c662c9e58ea01992 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Yuntaek Rim <yuntaek.rim@myscript.com> (cherry picked from commit 5d2d0564a36f99224dc53ad477416097516c6b77)
* Allow handwriting config together with lipi-toolkit or t9writeJarkko Koivikko2016-05-021-1/+1
| | | | | | | | | | | | | | | | | It was supposed to be either CONFIG+=handwriting CONFIG+=t9write CONFIG+=lipi-toolkit But not CONFIG+="handwriting lipi-toolkit" This allows the above. Change-Id: I498cae56511e04bb386d8c3bee93d34cc4770343 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Improve build configurationJarkko Koivikko2015-12-071-0/+56
Add new configuration flags to simplify the customization process of the virtual keyboard. - lang-<code> flag enables the specified language. - lang-all flag enables all the languages. - handwriting flag enables the handwriting input method (t9write or lipi-toolkit) Updated test cases and also fixed the virtual keyboard for single language support. Change-Id: I599816bed591bd193ad26cef0e9bf4812146e865 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>