Summary: | [qt overlay] dev-util/cmake - Qt5 found, but uses Qt4's uic version (/usr/bin/uic) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stefan Böhmann <devel> |
Component: | [OLD] Development | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Qt5WidgetsConfig.cmake
Qt5WidgetsConfigExtras.cmake Qt5WidgetsConfigVersion.cmake Qt5WidgetsMacros.cmake List of files installed by QtWidgets (equery f qtwidgets output) |
Description
Stefan Böhmann
2013-07-11 20:45:28 UTC
Attach the cmake files installed by qtwidgets please Created attachment 353202 [details]
Qt5WidgetsConfig.cmake
1 of 4 cmake files installed by QtWidgets into /usr/lib64/cmake/Qt5Widgets/
Created attachment 353204 [details]
Qt5WidgetsConfigExtras.cmake
2 of 4 cmake files installed by QtWidgets into /usr/lib64/cmake/Qt5Widgets/
Created attachment 353206 [details]
Qt5WidgetsConfigVersion.cmake
3 of 4 cmake files installed by QtWidgets into /usr/lib64/cmake/Qt5Widgets/
Created attachment 353208 [details]
Qt5WidgetsMacros.cmake
4 of 4 cmake files installed by QtWidgets into /usr/lib64/cmake/Qt5Widgets/
Created attachment 353210 [details]
List of files installed by QtWidgets (equery f qtwidgets output)
In the second file you attached there's set(imported_location "${_qt5Widgets_install_prefix}/lib64/qt5/bin/uic") so the path looks good to me. Can you attach a testcase that reproduces the failure please? Sorry guys. It turned out that there was an error in my makefile. I had forgotten to call find_package(Qt5Widgets), but the error message has put me on the wrong track. Thank you for your efforts! |