include vlc in qt application
-
-
Did you increase the log level of linuxdeployqt ? That might give you hints of what is happening.
You may have to tweak the tool a bit to make it include the vlc libraries.
-
Did you increase the log level of linuxdeployqt ? That might give you hints of what is happening.
You may have to tweak the tool a bit to make it include the vlc libraries.
-
Put it at 4
-
Setting the verbosity up won't fix the problem, however it should help you get information on what is happening. Maybe tell you why what dependency is ignored.
From a quick look at linuxdeployqt, it might be because vlc is installed in a system folder which will be avoided by the tool.
-
Setting the verbosity up won't fix the problem, however it should help you get information on what is happening. Maybe tell you why what dependency is ignored.
From a quick look at linuxdeployqt, it might be because vlc is installed in a system folder which will be avoided by the tool.
-
The same as now except that you'll have to add the path to your custom VLC build in the
LIBS
variable.