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/ ? > 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 ? Thanks, -- Join us in October at Qt Developer Days 2013 - https://devdays.kdab.com Stephen Kelly <[email protected]> | Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-Independent Software Solutions
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
