Merge pull request #72 from kensington/unused-deps

Remove unused dependencies.
This commit is contained in:
martinrotter 2016-10-24 10:19:52 +02:00 committed by GitHub
commit dd376b874b
2 changed files with 1 additions and 2 deletions

View File

@ -164,7 +164,7 @@ message(rssguard: Prefix directory: \"$$PREFIX\".)
message(rssguard: Build revision: \"$$APP_REVISION\".) message(rssguard: Build revision: \"$$APP_REVISION\".)
message(rssguard: lrelease executable name: \"$$LRELEASE_EXECUTABLE\".) message(rssguard: lrelease executable name: \"$$LRELEASE_EXECUTABLE\".)
QT += core gui widgets sql network xml printsupport QT += core gui widgets sql network xml
CONFIG *= c++11 debug_and_release warn_on CONFIG *= c++11 debug_and_release warn_on
DEFINES *= QT_USE_QSTRINGBUILDER QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS UNICODE _UNICODE DEFINES *= QT_USE_QSTRINGBUILDER QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS UNICODE _UNICODE

View File

@ -35,7 +35,6 @@
#include <QFileInfo> #include <QFileInfo>
#include <QDir> #include <QDir>
#include <QFutureWatcher> #include <QFutureWatcher>
#include <QtConcurrent/QtConcurrentRun>
#include <QDesktopServices> #include <QDesktopServices>