On windows cmake cannot find dll-s again
Had to change QtCoreConfig.cmake and other modules line 31
    set(imported_location "${_qt5Core_install_prefix}/lib/${LIB_LOCATION}")
to
    set(imported_location "${_qt5Core_install_prefix}/bin/${LIB_LOCATION}")

and on mac cmake complains missing GL framewroks
workaround added ${CMAKE_OSX_SYSROOT}/ to path
Qt5GuiConfigExtras.cmake line 64
_qt5gui_find_extra_libs(OPENGL "OpenGL;AGL" "" 
"/System/Library/Frameworks/OpenGL.framework/Headers;/System/Li..
_qt5gui_find_extra_libs(OPENGL "OpenGL;AGL" "" 
"/${CMAKE_OSX_SYSROOT}/System/Library/Frameworks/OpenGL.framework/Headers;/${CMAKE_OSX_SYSROOT}/System/Li..

Raul


On Oct 10, 2013, at 3:03 PM, Koehne Kai <[email protected]> wrote:

> 
>> -----Original Message-----
>> From: [email protected]
>> [mailto:[email protected]] On
>> Behalf Of p10
>> Sent: Thursday, October 10, 2013 1:18 PM
>> Cc: [email protected]
>> Subject: Re: [Development] Qt 5.2 Testing
>> 
>> 
>> First thing to mention - I could not deselect QtCreator (or Tools ) from the
>> installation (Manjaro/GNOME environment , I don't know if that
>> matters) .
> 
> That's by design. The Qt versions need to register themselves with Qt 
> Creator, and therefore require it. 
> 
> The alternative would be to accept that if you say install Qt first, and then 
> later on Qt Creator, there's no automatically configured Kit for this version 
> in Qt Creator. Or we invent some more complicated  mechanism , like a central 
> registry ...
> 
>> Secondly : Could not load the following plugins : Help
>> Details:
>> /home/p10/Qt5.2.0/Tools/QtCreator/lib/qtcreator/plugins/QtProject/libHelp
>> .so: Cannot load library
>> /home/p10/Qt5.2.0/Tools/QtCreator/lib/qtcreator/plugins/QtProject/libHelp
>> .so: (libudev.so.0: cannot open shared object file: No such file or 
>> directory)
> 
> That's probably a webkit dependency ... did we require libudev in previous 
> installers? 
> 
> Regards
> 
> Kai 
> _______________________________________________
> Development mailing list
> [email protected]
> http://lists.qt-project.org/mailman/listinfo/development

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to