How to create a only Qt project with support for autoconf/automake
Alexandros Karypidis
karypid at inf.uth.gr
Mon Jun 7 13:23:02 BST 2004
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...
--
In theory, there is no difference between theory and practice. In
practice, there is. -- Yogi Berra.
Alexandros Karypidis
UTH, Computer & Communications Eng. dept.
-
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