summaryrefslogtreecommitdiff
path: root/net-news/rssguard/files/rssguard-3.3.5-deps.patch
blob: 86733e362afe84dc42353fe77682985e287ea706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Remove these dependencies that are not used.

--- a/rssguard.pro
+++ b/rssguard.pro
@@ -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
diff --git a/src/miscellaneous/systemfactory.cpp b/src/miscellaneous/systemfactory.cpp
index da35aba..1d6b2cd 100755
--- a/src/miscellaneous/systemfactory.cpp
+++ b/src/miscellaneous/systemfactory.cpp
@@ -35,7 +35,6 @@
 #include <QFileInfo>
 #include <QDir>
 #include <QFutureWatcher>
-#include <QtConcurrent/QtConcurrentRun>
 #include <QDesktopServices>