Deploy gst-plugin-scanner

This commit is contained in:
Jonas Kvinge
2019-01-04 00:35:10 +01:00
parent 030106986b
commit de7154eda8
2 changed files with 3 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ int main(int argc, char* argv[]) {
QtSingleApplication a(argc, argv);
#if defined(Q_OS_DARWIN) && defined(USE_BUNDLE)
qLog(Debug) << "Looking for resources in" + QCoreApplication::applicationDirPath() + "/" + USE_BUNDLE_DIR;
qLog(Debug) << "Looking for resources in" << QCoreApplication::applicationDirPath() + "/" + USE_BUNDLE_DIR;
QCoreApplication::setLibraryPaths(QStringList() << QCoreApplication::applicationDirPath() + "/" + USE_BUNDLE_DIR);
#endif