Qt-interest Archive, December 2007
can compile qt commercial source
Message 1 in thread
Hi. I have just gotten qt commercial source 4.3.2 but cannot compile it
even after i have set the environment path correctly, c:\qt\4.3.2\bin. The
error i got is can't execute qmake because either file or path not found. I
am wanting to build it with the visual c++ 2005 environment. How do i
trouble shoot this? I read the documents concern, but it does not have any
instruction for a command line build of the source distribution beyond the
build instructions, no help in trouble shooting steps. All help is welcome.
Cheers!
--
[ signature omitted ]
Message 2 in thread
Hi Jaffar,
I've been using the same commercial version with VS for three months and
never HAD to compile Qt itself, since Qt installs with precompiled
libraries.
Have you installed the qt-vs integration?
Tony Rietwyk
> -----Original Message-----
> From: jaffar [mailto:jaffar@xxxxxxxxxxxxx]
> Sent: Saturday, 1 December 2007 18:11
> To: qt-interest@xxxxxxxxxxxxx
> Subject: can compile qt commercial source
>
>
> Hi. I have just gotten qt commercial source 4.3.2 but cannot
> compile it
> even after i have set the environment path correctly,
> c:\qt\4.3.2\bin. The
> error i got is can't execute qmake because either file or
> path not found. I
> am wanting to build it with the visual c++ 2005 environment.
> How do i
> trouble shoot this? I read the documents concern, but it
> does not have any
> instruction for a command line build of the source
> distribution beyond the
> build instructions, no help in trouble shooting steps. All
> help is welcome.
> Cheers!
--
[ signature omitted ]
Message 3 in thread
Hi,
> Hi. I have just gotten qt commercial source 4.3.2 but cannot compile it
> even after i have set the environment path correctly, c:\qt\4.3.2\bin.
> The error i got is can't execute qmake because either file or path not
> found.
How are you trying to build Qt? Please follow these steps:
http://doc.trolltech.com/4.3/install-win.html
Did you run configure?
--
[ signature omitted ]
Message 4 in thread
Tony Rietwyk wrote:
> Hi Jaffar,
>
> I've been using the same commercial version with VS for three months and
> never HAD to compile Qt itself, since Qt installs with precompiled
> libraries.
Maybe he's using VS2005 with SP1 in which case you need to compile the
libs yourself or the resulting file will depend on 2 different version
of the C runtime (Qt => VS2005, your app => VS2005 SP1)
- Adam
--
[ signature omitted ]