Skip to content

qml library files are installed in the wrong directory #162

@martinkg

Description

@martinkg

Hi,

with the recent version vlc-qt-1.1.0 the qml libraries will be installed on Fedora 24 to the following folder:
/usr/qml/VLCQt/libVLCQt.so
/usr/qml/VLCQt/libVLCQt.so.1.1
/usr/qml/VLCQt/libVLCQt.so.1.1.0
/usr/qml/VLCQt/qmldir

but this shoult be:
/usr/lib64/qml/VLCQt/libVLCQt.so
/usr/lib64/qml/VLCQt/libVLCQt.so.1.1
/usr/lib64/qml/VLCQt/libVLCQt.so.1.1.0
/usr/lib64/qml/VLCQt/qmldir

the attached patch corrects this.
vlc-qt-1.1.0-CMakeLists.patch.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions