Qt-interest Archive, February 2007
configure
Message 1 in thread
Hi,
I am using QT for the first time.
On reading the docs, it says for building :
To configure the Qt library for your machine type:
C:
cd \Qt\4.2.2
configure
I do seem to have "configure" in my path. Where do I find this utility ?
Pl help
Thnx
Prateek
Message 2 in thread
The "configure" tool is in the Qt\4.2.2 folder. Therefore it has not to
be in the path.
Why not just trying it?
Regards,
Falko
--- Original-Nachricht ---
Absender: Prateek Tiwari
Datum: 06.02.2007 12:01
> Hi,
>
> I am using QT for the first time.
> On reading the docs, it says for building :
>
> To configure the Qt library for your machine type:
> C:
> cd \Qt\4.2.2
> configure
>
> I do seem to have "configure" in my path. Where do I find this utility ?
> Pl help
>
> Thnx
> Prateek
--
[ signature omitted ]
Message 3 in thread
On 06.02.07 16:31:50, Prateek Tiwari wrote:
> I am using QT for the first time.
> On reading the docs, it says for building :
>
> To configure the Qt library for your machine type:
> C:
> cd \Qt\4.2.2
> configure
>
> I do seem to have "configure" in my path. Where do I find this utility ?
Look into the directory you're in, its a commandline script coming with Qt.
Andreas
--
[ signature omitted ]
Message 4 in thread
ya better check with explorer..dont merely try by typin @ command prompt..
may be you have not set QTDIR variable properly...
On 2/6/07, Andreas Pakulat <apaku@xxxxxx> wrote:
>
> On 06.02.07 16:31:50, Prateek Tiwari wrote:
> > I am using QT for the first time.
> > On reading the docs, it says for building :
> >
> > To configure the Qt library for your machine type:
> > C:
> > cd \Qt\4.2.2
> > configure
> >
> > I do seem to have "configure" in my path. Where do I find this utility ?
>
> Look into the directory you're in, its a commandline script coming with
> Qt.
>
> Andreas
>
> --
> Good day for overcoming obstacles. Try a steeplechase.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
Message 5 in thread
On 06.02.07 16:51:07, Sakthivel Palanisamy wrote:
> ya better check with explorer..dont merely try by typin @ command prompt..
> may be you have not set QTDIR variable properly...
QTDIR is not needed for Qt4 and the usage is discouraged by Trolltech.
Also why should exlporer reveal a configure.exe (IIRC its an executable,
not a script on windows) than a dir in the Qt/4.2.2 directory?
Andreas
--
[ signature omitted ]
Message 6 in thread
Seems configure is missing from my download of the evaluation kit.
Will try to download the kit again...
Thnx guys
Prateek
-----Original Message-----
From: Andreas Pakulat [mailto:apaku@xxxxxx]
Sent: Tuesday, February 06, 2007 4:48 PM
To: qt-interest@xxxxxxxxxxxxx
Subject: Re: configure
On 06.02.07 16:31:50, Prateek Tiwari wrote:
> I am using QT for the first time.
> On reading the docs, it says for building :
>
> To configure the Qt library for your machine type:
> C:
> cd \Qt\4.2.2
> configure
>
> I do seem to have "configure" in my path. Where do I find this utility
?
Look into the directory you're in, its a commandline script coming with
Qt.
Andreas
--
[ signature omitted ]
Message 7 in thread
On Tue, 2007-02-06 at 17:00 +0530, Prateek Tiwari wrote:
> Seems configure is missing from my download of the evaluation kit.
> Will try to download the kit again...
>
It's a few years since I used an evaluation version, so my memory might
be playing tricks with me, or my information may be out of date.
However, I thought that the evaluation version came as pre-built
binaries and that therefore there's no need to configure.
In any event, Trolltech says, "If you are evaluating Qt for commercial
purposes, we will be happy to grant you free product support during your
evaluation period." So why not contact Trolltech support about your
problem?
Hope this helps,
Stephen Jackson
--
[ signature omitted ]
Message 8 in thread
Prateek Tiwari schrieb:
>
> Seems configure is missing from my download of the evaluation kit.
> Will try to download the kit again...
That's improbable; if the archive was corrupted you'd have been notified
while unpacking. Maybe you should look for "configure.exe"? Just open a
console and try as documented...
Martin
--
[ signature omitted ]