mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-04 19:27:33 +01:00
bundle gstreamer in a better way
This commit is contained in:
parent
9c66f7dbc8
commit
08ba783551
@ -129,6 +129,7 @@ Application::Application(const QString& id, int& argc, char** argv, const QStrin
|
||||
connect(m_nodejs, &NodeJs::packageError, this, &Application::onNodeJsPackageUpdateError);
|
||||
connect(m_nodejs, &NodeJs::packageInstalledUpdated, this, &Application::onNodeJsPackageInstalled);
|
||||
|
||||
/*
|
||||
#if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)
|
||||
QString app_dir = QString::fromLocal8Bit(qgetenv("APPDIR"));
|
||||
|
||||
@ -145,6 +146,7 @@ Application::Application(const QString& id, int& argc, char** argv, const QStrin
|
||||
}
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
|
||||
#if defined(USE_WEBENGINE)
|
||||
m_webFactory->urlIinterceptor()->load();
|
||||
|
Loading…
x
Reference in New Issue
Block a user