trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Re: [trinity-devel] Converting qca -> tqca

From: Francois Andriot <francois.andriot@...>
Date: Sun, 25 Mar 2012 23:17:45 +0200
Le 20/03/2012 03:48, Darrell Anderson a écrit :
> In an effort to resolve bug report 817 I converted qca to tqca. That 
> small package never got converted to Trinity TQt.
>
> One stumbling block. I am unable to figure out how to force the 
> configure script to add /usr/include/tqt to the -I include list. If I 
> could get past that then I suspect any remaining build problems will 
> be superficial. The build log output is clear that the problem is not 
> finding the tqt headers.


Hello, in file "qca.pro", add the following line :
INCLUDEPATH += /usr/include/tqt
just below the existing(s) "INCLUDEPATH" ...

BTW, I've made a patch to allow tqca-tls building with TQT3 (instead of 
QT3).
It does not require any 'tqca' package. The patch is here:
http://git.trinitydesktop.org/cgit/tde-packaging/tree/redhat/dependencies/tqca-tls/tqca-tls-qmake-tqt3.patch 


I encourage you (and all others packagers) to browse the GIT repository 
'tde-packaging', but in others distros directories, especially Ubuntu, 
which I consider being the reference distro (because it is maintained by 
Tim).
When I get a build failure, I go there, and 99% of the time, I find the 
solution.

Francois