qmake templates

Bernd Gehrmann Bernd-Gehrmann at gmx.de
Tue Aug 27 19:37:03 UTC 2002


On Monday 26 August 2002 19:59, you wrote:
> On Monday 26 August 2002 00:20, you wrote:
> > Hi,
> >
> > the qmake templates are cool, but I have some problems:
> >
> > * please don't check in the script.local file, it is auto-generated for
> > each system. (otherwise generation will fail)
>
> okay I wasn't sure about this ;-)
> I will pull them out again - if you haven't already done this.
>
> > * I'm having troubles installing the buggers, the directory doesn't get
> > created but I don't see why. After creating the installation directory by
> > hand it works just fine.

Using mkinstalldirs in the Makefile target should help.

> Yes I'm not sure why but automake insists on creating the Makefile with
> install-data-am in this sequence:
>
> install-data-am: install-qmakeappDATA install-data-local \
> 	install-templateDATA
>
> it should be like this:
>
> install-data-am: install-data-local install-qmakeappDATA \
> 	install-templateDATA

The order shouldn't matter, should it?

Bernd.




More information about the KDevelop-devel mailing list