> On Feb. 10, 2013, 3:40 p.m., David Faure wrote:
> > kde-modules/KDEInstallDirs.cmake, line 136
> > <http://git.reviewboard.kde.org/r/108889/diff/1/?file=113440#file113440line136>
> >
> >     For an install prefix in /usr, this would make it /usr/qml ... is this 
> > really wanted?
> >     
> >     Shouldn't this be QT_PLUGIN_INSTALL_DIR/qml, i.e. /usr/lib/plugins/qml ?

Apparently not. I've looked at where the example imports from the Qt codebase 
install these things, and that is indeed $PREFIX/qml, not inside the plugin 
directory. This location is also where these imports are being found 
automatically, i.e. without specifying additional import pathes (which we have 
to do for Plasma in kdelibs 4).


- Sebastian


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108889/#review27129
-----------------------------------------------------------


On Feb. 10, 2013, 3:37 p.m., Sebastian Kügler wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/108889/
> -----------------------------------------------------------
> 
> (Updated Feb. 10, 2013, 3:37 p.m.)
> 
> 
> Review request for kdelibs, Plasma and David Faure.
> 
> 
> Description
> -------
> 
> This patch adds a variable QML_INSTALL_DIR, pointing to the location to 
> install QtQuick2 imports. These are co-installable with QtQuick 1.x, so we 
> need both dirs. Naming is consistent with the path, so IMPORT is ditched from 
> the name (the path doesn't have imports in it anymore).
> 
> 
> Diffs
> -----
> 
>   kde-modules/KDEInstallDirs.cmake ea132e6 
> 
> Diff: http://git.reviewboard.kde.org/r/108889/diff/
> 
> 
> Testing
> -------
> 
> Used it in plasma-framework, functions as expected.
> 
> 
> Thanks,
> 
> Sebastian Kügler
> 
>

Reply via email to