Qt 5.5.1 OS X 10.11 Static linkage Qt Multimedia
Solved
Installation and Deployment
-
I updated a .pro file to the following state:
QT += core multimedia widgets
QT -= gui
TARGET = MetadataExtractor
CONFIG += console
CONFIG += static
TEMPLATE = app
SOURCES += main.cpp
extractor.cpp
HEADERS +=
extractor.hThen used the macdeployqt. This issue is resolved for me.
@SGaist @Tyras @kshegunov Thanks to Everyone!