MantisBT - CMake
View Issue Details
0006607CMakeModulespublic2008-03-14 12:132008-03-18 16:30
Clinton Stimpson 
Clinton Stimpson 
normalminoralways
closedfixed 
 
 
0006607: using QtNetwork and QtDBus with static Qt builds doesn't work
On Linux, using a static QtNetwork needs to link with -lssl and -lcrypto.
There might be other dependencies on other platforms.
Apps using static QtDBus need to link with the system dbus library.
No tags attached.
Issue History
2008-03-14 12:13Clinton StimpsonNew Issue
2008-03-14 12:13Clinton StimpsonStatusnew => assigned
2008-03-14 12:13Clinton StimpsonAssigned To => Clinton Stimpson
2008-03-14 12:34Clinton StimpsonNote Added: 0010807
2008-03-14 13:29Clinton StimpsonNote Added: 0010808
2008-03-18 16:30Clinton StimpsonStatusassigned => closed
2008-03-18 16:30Clinton StimpsonNote Added: 0010842
2008-03-18 16:30Clinton StimpsonResolutionopen => fixed

Notes
(0010807)
Clinton Stimpson   
2008-03-14 12:34   
Also a problem with using a static QtOpenGL. Needs to link with GL libs.
(0010808)
Clinton Stimpson   
2008-03-14 13:29   
QtOpenGL and QtNetwork fixed.

/cvsroot/CMake/CMake/Modules/FindQt4.cmake,v <-- FindQt4.cmake
new revision: 1.100; previous revision: 1.99

Still need dbus for QtDBus.
(0010842)
Clinton Stimpson   
2008-03-18 16:30   
/cvsroot/CMake/CMake/Modules/FindQt4.cmake,v <-- FindQt4.cmake
new revision: 1.104; previous revision: 1.103