Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15583] kdelibs4 cannot find qmake

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15583] kdelibs4 cannot find qmake
  • Date: 18 Feb 2010 22:53:43 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15583





--- Comment #3 from Eric Sandall <sandalle AT sourcemage.org> 2010-02-18
16:53:42 ---
(In reply to comment #2)
> Adding /usr/bin/qt4 ahead of /usr/bin in $PATH will also fix this...the KDE
> configure process checks the version of the first qmake it finds and will
> barf
> if it finds the qt3 version first.

kde4/FUNCTIONS does this backwards then:
default_build() {
persistent_add KDE4DIR &&
KDE4DIR="$INSTALL_ROOT/opt/kde4" &&
QTDIR=$INSTALL_ROOT/usr/bin/qt4
...
PATH+=:$QTDIR &&
...

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page