GNOME Bugzilla – Bug 721714
Wrong install path for libQtGStreamerQuick2.so
Last modified: 2014-11-08 14:11:36 UTC
The QTGSTREAMER_QTQUICK2_INSTALL_DIR variable is used in the src/qml/quick2/CMakeLists.txt to install the libQtGStreamerQuick2.so and qmldir file, but this variable is never set. Further the Qt5 QML plugin installation path which is used to install the QtGStreamer QtQuick2 plugin is wrong. It must be <lib_dir>/qt5/qml instead of <lib_dir>/qt5/imports
Created attachment 265548 [details] [review] Changed the Qt5 QtQuick2 plugin installation path and added QTGSTREAMER_QTQUICK2_INSTALL_DIR cmake variable
commit 93a489d29422cf15781239931919aa6d13b5c7c9 Author: Benjamin Federau <benjamin.federau@basyskom.com> Date: Wed Jan 8 10:12:59 2014 +0100 cmake: Fix install path for QtQuick2 library https://bugzilla.gnome.org/show_bug.cgi?id=721714