How to create a only Qt project with support for autoconf/automake

Santiago Capel santiagocapel at yahoo.es
Mon Jun 7 15:07:31 BST 2004


Ok, it is what I am going to do. 
Once I have done it, what must I do to save it as a template in order to be 
able to generate more projects like this? Where is some documentation on 
building a template project?

Regards

On Monday 07 June 2004 12:23, Alexandros Karypidis wrote:
> In that case, you could create a minimal "Simple KDE application",
> change "KMainWindow" to "QMainWindow" and correct the few errors that
> come up. Keep working from there, adding Qt stuff only. You'd probably
> have to remove some KDE libraries from being linked. Also,
> the ./configure script will check for stuff needed to compile KDE which
> is more restrictive than what's needed for Qt-only, but that's not
> probably much of a problem...
>
> On Monday 07 June 2004 15:56, Santiago Capel wrote:
> > Well, you might be right, but I want to make a GNU application with
> > the standard GNU install, README, configure and so on.
> >
> > The application is not intended to be run on Windows, so that is not
> > a problem.
> >
> > Thanks!
> >
> > On Monday 07 June 2004 11:53, Alexandros Karypidis wrote:
> > > On Monday 07 June 2004 15:12, Santiago Capel wrote:
> > > > Hi
> > > >
> > > > I want to create a new project with Qt support but I don't want
> > > > to use a QMake based project, but Autoconf/Automake instead.
> > > >
> > > > In KDevelop 2.0 there was a QT template project but with KDevelop
> > > > 3.0.3 I can not find it.
> > > >
> > > > Any help?
> > > >
> > > > Thank you!
> > >
> > > It has probably been removed. Is there a reason why you would want
> > > a auto-tools / Qt combination? I mean, writing a Qt-only app
> > > probably means you want to have it for both Win/Unix environments,
> > > so why not just use qmake? Otherwise, your application would
> > > require Cygwin + Autotools to be compiled on Windows and even then,
> > > I'm not sure that the setup would work flawlessly...

-- 
Santiago Capel Torres
---------------------
santiagocapel at yahoo.es

-
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