[Bug 252996] Qt & KDE4 & native filedialog problem.

Christoph Feck christoph at maxiom.de
Sat Oct 2 10:42:11 BST 2010


https://bugs.kde.org/show_bug.cgi?id=252996


Christoph Feck <christoph at maxiom.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |christoph at maxiom.de
         Resolution|                            |WONTFIX




--- Comment #1 from Christoph Feck <christoph maxiom de>  2010-10-02 11:42:11 ---
The forum administrator is right; this is not possible with the way the KDE
file dialog is designed in KDE4.

The file dialog is actually part of a separate shared library (kfilemodule.so)
and when you link statically, you cannot expect this library to be loaded.
Additionally, the file dialog requires KDE base libraries such as kdecore,
kdeui, and kio, and those are only available as shared libraries on Linux
platform.

Please do not use static linking on the Linux platform where we have package
management with automatic dependency resolution. Some distributions would even
reject packages which are linked statically to Qt. Linking your application
statically to Qt 4.6.3 will annoy all customers that already have Qt 4.7.0
installed.

For Windows or Mac platform, where no such package management is available, you
are free to use static linking.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list