Re: qml file install location

2016-01-11 Thread Martin Klapetek
On Mon, Jan 11, 2016 at 4:08 AM, René J.V. wrote: > Hello, > > How do KF5 framework, application etc. projects determine the install > location for their qml files? > > I see that KDeclarative itself already refers to 2 CMake variables to > define that location, KDE_INSTALL_QMLDIR and QML_INSTALL

qml file install location

2016-01-11 Thread René J . V . Bertin
Hello, How do KF5 framework, application etc. projects determine the install location for their qml files? I see that KDeclarative itself already refers to 2 CMake variables to define that location, KDE_INSTALL_QMLDIR and QML_INSTALL_DIR, neither of which appears to be set anywhere that I can