FS#36421 - [qt5-base] 5.1.0 package cmake configs misconfigured
Attached to Project:
Arch Linux
Opened by Ivan Zotov (tridcatov) - Monday, 05 August 2013, 13:20 GMT
Last edited by Andrea Scarpino (BaSh) - Thursday, 29 August 2013, 11:39 GMT
Opened by Ivan Zotov (tridcatov) - Monday, 05 August 2013, 13:20 GMT
Last edited by Andrea Scarpino (BaSh) - Thursday, 29 August 2013, 11:39 GMT
|
Details
CMake config files included in package are misconfigured to
internal project build, which makes it impossible to include
qt5 modules in user cmake projects. Further details on issue
is contained in this ticket:
https://bugreports.qt-project.org/browse/QTBUG-32809
Main reason for failure: cmake won't resolve symlinks /lib/ -> /usr/lib/ and /lib64/ -> /usr/lib in current configuration format. Qt-team proposed solution: configure cmake using -prefix /usr/lib |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Thursday, 29 August 2013, 11:39 GMT
Reason for closing: None
Additional comments about closing: see comments
Thursday, 29 August 2013, 11:39 GMT
Reason for closing: None
Additional comments about closing: see comments
I build successufully KF5 here (and others Qt5 projects) so I don't get what's wrong.
I guess, this ticket may be closed as invalid.