WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: QT 4 for TC 5  (Read 2902 times)

Offline rperkins

  • Newbie
  • *
  • Posts: 8
  • Linux user 10110001
    • Usbasp programmers
QT 4 for TC 5
« on: February 03, 2014, 07:51:28 PM »
Hello

Is there something I can do to use the qt extensions on tc 4.x on tc 5.x ?
I was able to compile my needed program on tc 4.x but the extensions are not on tc 5.x
I saw another thread about moving to qt 5.x  .  I'm not concerned with that.  the version of qt used on tc 4.x meets my needs

Thanks for all your help.  I am starting to be able to get around in TC :)

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: QT 4 for TC 5
« Reply #1 on: February 04, 2014, 03:22:44 AM »
As mentioned elsewhere in these forums, qt-4.x will need re-compiling for tc-5.x - did you pm the maintainer to check if he's willing to do so?

Offline rperkins

  • Newbie
  • *
  • Posts: 8
  • Linux user 10110001
    • Usbasp programmers
Re: QT 4 for TC 5
« Reply #2 on: February 04, 2014, 02:10:48 PM »
Thanks for your reply.  I had tried to do a search of the forums before asking, but I did another search today and realize I missed several posts.  Sorry about that.

I went ahead and PM'ed the author of the QT libs, requesting to have them updated.

Offline SvOlli

  • Full Member
  • ***
  • Posts: 193
  • Linux Developer
Re: QT 4 for TC 5
« Reply #3 on: February 04, 2014, 10:57:48 PM »
Hello,

as the maintainer of the Qt 4 package for TC 4.x, I wanted to have ported stuff over to TC5 months ago. Since then, I was lacking the time to set up a TC5 based development (virtual) machine. My build scripts are available can be acquired using
Code: [Select]
git clone git://git.svolli.org/tinycore.gitI surely can help anyone who wants to take over, but I'll still be too busy for the next two months to setup anything new.

Greetings,
SvOlli

Offline rperkins

  • Newbie
  • *
  • Posts: 8
  • Linux user 10110001
    • Usbasp programmers
Re: QT 4 for TC 5
« Reply #4 on: February 05, 2014, 01:46:29 AM »
Thanks for your reply and also for making the earlier versions of Qt for Tc.   They've been a lot of help to me. 

Offline rperkins

  • Newbie
  • *
  • Posts: 8
  • Linux user 10110001
    • Usbasp programmers
Re: QT 4 for TC 5
« Reply #5 on: February 05, 2014, 07:35:50 PM »
My build scripts are available can be acquired using
Code: [Select]
git clone git://git.svolli.org/tinycore.git

Hi
I gave this a quick try in hopes that the rest of what I need has been packaged for tc5.

Just a FYI for anyone going down this path
With regards to trying to use these build scripts to build qt4 on tc5
the URL to download the src has changed .  The directory stucture is different
I was able to hack that to make the download work.
the unpacking worked fine
the configure failed due to changes in the original url and/or the way the tarball is now packaged.
...gave up...

Note I didnt try any of the other packages besides qt-4.x.
The scripts look well setup and could be some great timesavers.
I just didnt put more time into it because I got tc 4.7 working for my needs and I wasnt sure that I wouldn't have other lacking tcz in tc5.x

thanks again for your work