Basic Configuration for qmake

A Beach abeach at deepvision.ca
Wed Feb 18 20:40:18 GMT 2004


What I have to do is at the variable QTDIR to the Makefile produced by qmake. 
Mine looks like:

QTDIR = /usr/lib/qt3

But everytime you run qmake, you will need to re-add the variable.

Hope this helps.

Alvin

On Wednesday 18 February 2004 16:18, you wrote:
> This is the way I have done it before but right now my application is
> becomming
> to big for working with the shell. That why I'm trying to do it with
> Kdevelop.
>
> cheers,
> Peter Neu
>
> > Its offtpoic, but still: qmake has an option to automatically create prof
> > files for you based on the content of current directory. Most basic cases
> > can be handled by it. Am on work so cant look it up, but its something
> > like "qmake --project" or so. Do "qmake --help" to make sure.
> >
> > $ qmake --project 	# creates the pro  file
> > $ qmake 		# creates the makefile based on the pro file.
> > $ make 			# compile and link
> >
> > HTH,
> >
> > --
> > Amit Upadhyay
> > RetroLabs Pvt. Ltd.
> >
> >
> > -
> > to unsubscribe from this list send an email to
> > kdevelop-request at kdevelop.org with the following body:
> > unsubscribe »your-email-address«

-- 
ARB

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list