On 13 July 2012 15:51, Calvin Morrison
<mutantturkey@gmail.com> wrote:
On 13 July 2012 15:41, Calvin Morrison
<mutantturkey@gmail.com> wrote:
On 13 July 2012 15:38, Timothy Pearson
<kb9vqf@pearsoncomputing.net> wrote:
> I would be willing to do the work on this to possibly get it included in
> R14 or later. I will be busy all summer however.
>
> What do you guys think?
Sounds like a good candidate to me!
Running the convert_qt_itself_qt3 and convert_qt_itself_qt3_batch* scripts
from http://git.trinitydesktop.org/cgit/experimental/tree/qt3-tqt3 on the
sources for that application should take care of converting the Q* objects
to TQ* objects. Then you would need to pull in the latest admin/
directory from TDE GIT and fix any compilation errors that were caused by
the automated conversion.
Hope this helps!
Tim
Awesome I am glad you approve :-)
What is the git clone address for that repository? (btw i couldn't seem to find it anywhere)
Calvin
nevermind got it
Calvin
Okay I've hit a few blocks, but I solved them by including $(LIB_KDECORE), now I am getting complaints about dcop.
ld -ldcop doesn't work to include it, does anyone know the proper -l flag for dcop? -lDCOP is not right, -libDCOP is not right...