[Qt-interest] Static qt build

Malyushytsky, Alex alex at wai.com
Thu Oct 22 01:10:34 CEST 2009


AFAIK you can't get "totally standalone (no dll's required) application" at least on Windows.
"Static" version of QT is not self-sufficient since it is built vs dynamic CRT libraries (at least with MSVC).
All you get is static QT library which still uses CRT dlls.
My guess is that Qt itself does not probably build static postgre sql static libraries and this why you probably still need that DLLs.

Regards,
    Alex


-----Original Message-----
From: qt-interest-bounces at trolltech.com [mailto:qt-interest-bounces at trolltech.com] On Behalf Of Eirik Ulvik
Sent: Tuesday, October 20, 2009 11:57 PM
To: Qt-interest
Subject: [Qt-interest] Static qt build

I have built a static version of Qt (4.5.3) which include PostgreSql.
Everything configures/compiles just fine. The application works like a
charm except that at runtime it requests all the dll's from postgre sql.
Are these not compiled into Qt? Do I need static versions of these as
well to get a totally standalone (no dll's required) application.

Regards,
Eirik
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest


---------------------------------------------------------------------------------------------------
Weidlinger Associates, Inc. made the following annotations.

"This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you."

"Please consider our environment before printing this email."




More information about the Qt-interest-old mailing list