Re: libkdeaccessibilityclient: Qt 5 constructs introduced in Qt 4 code

2016-03-29 Thread Ben Cooksley
On Wed, Mar 30, 2016 at 8:53 AM, Albert Astals Cid wrote: > El dimarts, 29 de març de 2016, a les 14:57:39 CEST, Ben Cooksley va escriure: >> Hi all, >> >> According to the build metadata the 'master' branch of >> libkdeaccessibilityclient is supposed to be buildable with Qt 4. >> Unfortunately it

Re: libkdeaccessibilityclient: Qt 5 constructs introduced in Qt 4 code

2016-03-29 Thread Albert Astals Cid
El dimarts, 29 de març de 2016, a les 14:57:39 CEST, Ben Cooksley va escriure: > Hi all, > > According to the build metadata the 'master' branch of > libkdeaccessibilityclient is supposed to be buildable with Qt 4. > Unfortunately it fails to compile due to usage of QStringLiteral, > which was int

libkdeaccessibilityclient: Qt 5 constructs introduced in Qt 4 code

2016-03-28 Thread Ben Cooksley
Hi all, According to the build metadata the 'master' branch of libkdeaccessibilityclient is supposed to be buildable with Qt 4. Unfortunately it fails to compile due to usage of QStringLiteral, which was introduced in Qt 5. Can someone please take a look at it, either correcting the code or build