Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 3

Qt-interest Archive, January 2008
How to run Qt Programming without Qt Library?


Message 1 in thread

Hello,everyone!
I'm using Qt4 to develop a program,and I want to make it run on
different platforms.
Now,my problem is that many people haven't install Qt 4 in their
system,particularly in Windows. The Qt4 is large,and it needs too many
time to compile it.I think there's few people will install it just for
my program.
I hope anyone can tell me,how to make my program run without installing
the whole Qt 4 library?
Thanks!

--
 [ signature omitted ] 

Message 2 in thread

You could always distribute a compiled Qt4 tree. If you don't want to do
that, I think it will be the same as "Programming for Windows without
installing Windows...." then...

With kind regards,

-- 
 [ signature omitted ] 

Message 3 in thread

On Friday 25 January 2008 12:51:16 Kermit Mei wrote:
> Hello,everyone!
> I'm using Qt4 to develop a program,and I want to make it run on
> different platforms.
> Now,my problem is that many people haven't install Qt 4 in their
> system,particularly in Windows. The Qt4 is large,and it needs too many
> time to compile it.I think there's few people will install it just for
> my program.
> I hope anyone can tell me,how to make my program run without installing
> the whole Qt 4 library?
> Thanks!

Simply use your compiled Qt dlls.


;)

>
> --
> 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/


--
 [ signature omitted ] 

Message 4 in thread

You can compile statically your program.


2008/1/25, Jordi Fernández <jordif.starblitz@xxxxxxxxx>:
>
> On Friday 25 January 2008 12:51:16 Kermit Mei wrote:
> > Hello,everyone!
> > I'm using Qt4 to develop a program,and I want to make it run on
> > different platforms.
> > Now,my problem is that many people haven't install Qt 4 in their
> > system,particularly in Windows. The Qt4 is large,and it needs too many
> > time to compile it.I think there's few people will install it just for
> > my program.
> > I hope anyone can tell me,how to make my program run without installing
> > the whole Qt 4 library?
> > Thanks!
>
> Simply use your compiled Qt dlls.
>
>
> ;)
>
> >
> > --
> > 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/
>
>
> --
> 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/
>
>


-- 
 [ signature omitted ]