Remove unused dependencies.

This commit is contained in:
Michael Palimaka 2016-10-24 04:40:14 +11:00
parent d1192a3e0a
commit 8847c32ad5
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: 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
DEFINES *= QT_USE_QSTRINGBUILDER QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS UNICODE _UNICODE

View File

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