[Qt-creator] Can't compile any file

Daniel Teske daniel.teske at nokia.com
Thu Nov 20 12:22:22 CET 2008


> Hi, I can't compile any file, neither created in qt-creator nor imported
> from *pro file. When i try to compile any project (even simple
> helloWorldDialog tutorial from tech preview video) i get messages in
> compile output like:"make -w" ... and here it ended with "Exited with code
> 0" then  "Error during make  Exited with code 2" . I don't know whete to
> search for problem because i don't get any helpfull clues (except standard
> "enter/home/..." "leave /home/..."  nothing more). Maybe something is wront
> with path set in qt-creator.In qt-creator i didn't change path for qt
> because it looks good(/usr). I use 64 bit Kubuntu with Kde 4.1.3 and Qt
> 4.4.3 with development libraries. It's easy for me to compile Qt4 programs
> by : "qmake-kde4 && make" or "qmake && make". But with Qt-creator it
> doesn't work.

Is that with the alpha release? Then I think the qmake in /usr/bin is a Qt3 
qmake. (You can check that with  qmake --version on the command line.  Version 
1 is Qt3, Version 2 is Qt4.)
That bug should be fixed in the current snapshots.

daniel



More information about the Qt-creator-old mailing list