diff --git a/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro b/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
index 693e621b08..c7a39b5545 100644
a
|
b
|
include (../../programs-libs.pro )
|
5 | 5 | LIBS += -lmythtv-$$LIBVERSION |
6 | 6 | |
7 | 7 | QT += network xml sql opengl |
8 | | contains(QT_VERSION, ^4\\.[0-9]\\..*) : QT += webkit |
9 | | contains(QT_VERSION, ^5\\.[0-9]\\..*) : QT += widgets webkitwidgets |
| 8 | QT += widgets webkitwidgets |
10 | 9 | |
11 | 10 | TEMPLATE = lib |
12 | 11 | CONFIG += thread opengl plugin warn_on |
diff --git a/mythplugins/mythmusic/mythmusic/mythmusic.pro b/mythplugins/mythmusic/mythmusic/mythmusic.pro
index 0703da590f..88b35c3782 100644
a
|
b
|
include ( ../../programs-libs.pro )
|
4 | 4 | include (config.pro) |
5 | 5 | |
6 | 6 | QT += xml sql opengl network |
7 | | contains(QT_VERSION, ^4\\.[0-9]\\..*) : QT += webkit |
8 | | contains(QT_VERSION, ^5\\.[0-9]\\..*) : QT += widgets webkitwidgets |
| 7 | QT += widgets webkitwidgets |
9 | 8 | |
10 | 9 | !exists( config.pro ) { |
11 | 10 | error(Missing config.pro: please run the configure script) |
diff --git a/mythplugins/mythnetvision/mythnetvision/mythnetvision.pro b/mythplugins/mythnetvision/mythnetvision/mythnetvision.pro
index 2bf47ec5ee..a2f343ecef 100644
a
|
b
|
include ( ../../settings.pro )
|
3 | 3 | include ( ../../programs-libs.pro ) |
4 | 4 | |
5 | 5 | QT += network sql xml |
6 | | contains(QT_VERSION, ^5\\.[0-9]\\..*) { |
7 | 6 | QT += widgets |
8 | | } |
9 | 7 | |
10 | 8 | TEMPLATE = lib |
11 | 9 | CONFIG += plugin thread warn_on debug |
diff --git a/mythplugins/mythnews/mythnews/mythnews.pro b/mythplugins/mythnews/mythnews/mythnews.pro
index d2bff02684..b757dffe07 100644
a
|
b
|
include ( ../../settings.pro )
|
3 | 3 | include ( ../../programs-libs.pro ) |
4 | 4 | |
5 | 5 | QT += network sql xml |
6 | | contains(QT_VERSION, ^5\\.[0-9]\\..*) { |
7 | 6 | QT += widgets |
8 | | } |
9 | 7 | |
10 | 8 | TEMPLATE = lib |
11 | 9 | CONFIG += plugin thread warn_on debug |
diff --git a/mythplugins/mythweather/mythweather/mythweather.pro b/mythplugins/mythweather/mythweather/mythweather.pro
index ab0654b92d..3fb32a5c7c 100644
a
|
b
|
include ( ../../settings.pro )
|
3 | 3 | include ( ../../programs-libs.pro ) |
4 | 4 | |
5 | 5 | QT += sql xml network |
6 | | contains(QT_VERSION, ^5\\.[0-9]\\..*) { |
7 | 6 | QT += widgets |
8 | | } |
9 | 7 | |
10 | 8 | TEMPLATE = lib |
11 | 9 | CONFIG += plugin thread |
diff --git a/mythplugins/mythzoneminder/mythzoneminder/mythzoneminder.pro b/mythplugins/mythzoneminder/mythzoneminder/mythzoneminder.pro
index e9b418c3d7..803be487ea 100644
a
|
b
|
include ( ../../settings.pro )
|
3 | 3 | include ( ../../programs-libs.pro ) |
4 | 4 | |
5 | 5 | QT += network |
6 | | contains(QT_VERSION, ^5\\.[0-9]\\..*) { |
7 | 6 | QT += widgets |
8 | | } |
9 | 7 | |
10 | 8 | TEMPLATE = lib |
11 | 9 | CONFIG += plugin thread |