[Bug 51357] qt application template does not compile
sschmidt at physik.uni-bremen.de
sschmidt at physik.uni-bremen.de
Wed Dec 4 15:41:03 UTC 2002
------- 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=51357
------- Additional Comments From sschmidt at physik.uni-bremen.de 2002-12-04 15:40 -------
Subject: Re: qt application template does not compile
Harald Fernengel wrote:
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>
>http://bugs.kde.org/show_bug.cgi?id=51357
>
>
>
>
>------- Additional Comments From harry at kdevelop.org 2002-12-04 15:23 -------
>So, did you run qmake and did it succeed? Make sure qmake is in your path. After
>running qmake, you should get a Makefile in your project dir.
>
>
>
>
Hi!
If I try to run qmake bash tells me that it couldn,t find it.
The is that the path to qmake (/usr/lib/qt3/bin) is not in $PATH.
So I did: export PATH=$PATH:/usr/lib/qt3/bin.
But if I change in the project's directory and enter manually
qmake testqt.pro, qmake says:
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: testqt.pro
No idea what to do.
Thanks, Sven Schmidt
More information about the KDevelop-devel
mailing list