Summary: | kdesrc-build fails to install bodega-client | ||
---|---|---|---|
Product: | [Unmaintained] bodega | Reporter: | Michael Bohlender <michael.bohlender> |
Component: | Plasma Active client | Assignee: | Aaron J. Seigo <aseigo> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | active, aleixpol, notmart |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | complete error.log |
Description
Michael Bohlender
2013-04-11 11:38:26 UTC
Created attachment 78797 [details]
complete error.log
What you want to do is to redefine the QT_PLUGINS_DIR variable in your CMakeCache, because at the moment it's using the one suggested by qmake. You can do so by doing: cmake <builddir> -DQT_PLUGINS_DIR=<path to the builddir> Remember to set the QT_PLUGIN_PATH envvar (colon-separed). ... thanks! |