[Development] Qt 5.2 Testing

Raul Metsma raul at innovaatik.ee
Mon Oct 14 14:04:49 CEST 2013


On Oct 14, 2013, at 2:58 PM, Stephen Kelly <stephen.kelly at kdab.com> wrote:

> On Thursday, October 10, 2013 15:10:17 Raul Metsma wrote:
>> 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}")
> 
> Hi,
> 
> Which package do you get this with? A source package? A binary from 
> 
> http://download.qt-project.org/snapshots/qt/5.2/5.2.0-beta1/2013-10-14_01-57-18-92/
> 
> ?
It was binary, I can test the later snapshot


> 
>> 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..
> 
> This is interesting. Is this the problem reported in  
> 
> https://bugreports.qt-project.org/browse/QTBUG-32308
> 
> ?
Seems correct bug. I do not have developer tools installed. Instead paths set to /Application/Xcode.app sub paths.
cmake detects correct CMAKE_OSX_SYSROOT path

Raul Metsma


More information about the Development mailing list