WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: qt-4.2.2.tcel  (Read 2172 times)

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
qt-4.2.2.tcel
« on: April 29, 2009, 12:51:03 PM »
The pkgconfig files Qt*.pc are pointing to /usr/lib instead of /usr/local/lib

when qmake is used to generate make files it makes the include paths /usr/lib and not /usr/local/lib. creating a symlink for /usr/local/lib/qt-4.2.2/ in /usr/lib is a work around.
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: qt-4.2.2.tcel
« Reply #1 on: May 04, 2009, 12:05:22 AM »
Fixed!    Thanks 

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: qt-4.2.2.tcel
« Reply #2 on: May 04, 2009, 10:22:12 AM »
I ended up building Qt-4.5.1. My configuration was:
Code: [Select]
./configure -prefix /usr/local/lib/qt-4.5.1 -bindir /usr/local/bin -libdir /usr/local/lib -headerdir /usr/local/include -release -no-exceptions -system-sqlite -nomake examples -nomake docs -nomake demos
This put the binaries in /usr/local/bin and the libraries in /usr/local/lib and everything else in /usr/local/lib/qt-4.5.1 so the PATH and LD_CONFIG_PATH don't need to be changed.
The tce is 18.9MB
The devs tce is 3.4MB
and the debug tce is over 110MB - this is a bit large for a package

I was going to submit this to tce-submit but I was waiting for the 4.5 release of PyQt which is suppose to be sometime this month. I was also going to build a few Qt4 apps in the next few days to test this 4.5.1 package.
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard