[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 114870] New: Project handling error for Trolltech v4.0.1
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2005-10-22 13:26:06
Message-ID: 20051022152604.114870.john () adilock ! dk
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=114870         
           Summary: Project handling error for Trolltech v4.0.1
           Product: kdevelop
           Version: 3.2.92
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: john adilock dk


Version:           3.2.92 (using KDE KDE 3.4.92)
Installed from:    Compiled From Sources
Compiler:          g++ 4.0.1 20050727 g++ (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5)
OS:                Linux

I cant get kdevelop to make an simpel QMake 4 project.
I have set the option [Project->Project options->C++...>Qt-> QT 4.x] 
and set [Qt root path:] to /usr/local/Trolltech/Qt-4.0.1.

That didnt work. I then set QTDIR=/usr/local/Trolltech/Qt-4.0.1 under make options \
and run options. That didnt work eighter.

This must be an error or is it just me there has mist something ?

Output from kdevelop:
cd '/home/xyz/Projects/test' && QTDIR="/usr/lib/qt-3.3" gmake -j1 clean && \
QTDIR="/usr/lib/qt-3.3" gmake -j1  ( [ -d src ] && cd src ; grep "^qmake_all:" \
Makefile && gmake -f Makefile qmake_all; ) || true ( [ -d src ] && cd src ; gmake -f \
Makefile clean; ) || true rm -f test.o
rm -f *~ core *.core
cd src && gmake -f Makefile
g++ -c -pipe -Wall -W -g -I/usr/lib/qt-3.3/mkspecs/default -I. \
-I/usr/lib/qt-3.3/include -o test.o test.cpp test -d ../bin/ || mkdir -p ../bin/
g++ -o ../bin/test test.o -L/usr/lib/qt-3.3/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 \
                -lm
*** Lykkedes ***

As you can see it's still use Qt v3.x and not Qt v4.x.

Her is another output (with QTDIR set):

cd src && gmake -f Makefile
g++ -c -pipe -Wall -W -g -I/usr/lib/qt-3.3/mkspecs/default -I. \
-I/usr/local/Trolltech/QT-4.0.1//include -o test.o test.cpp test -d ../bin/ || mkdir \
-p ../bin/ g++ -o ../bin/test test.o -L/usr/local/Trolltech/QT-4.0.1//lib \
                -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm
/usr/bin/ld: kan ikke finde -lqt-mt
collect2: ld returnerede afslutningskoden 1
gmake[1]: *** [../bin/test] Fejl 1
gmake: *** [sub-src] Fejl 2
*** Afsluttede med status: 2 ***

Sorry some of the output is in danish but you know what is written. Again it's doest \
work.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic