Ticket #13122: qt510-plugins.patch

File qt510-plugins.patch, 3.1 KB (added by Gary Buhrmaster <gary.buhrmaster@…>, 8 years ago)

patch for plugins

  • mythplugins/mythbrowser/mythbrowser/mythbrowser.pro

    diff --git a/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro b/mythplugins/mythbrowser/mythbrowser/mythbrowser.pro
    index 693e621b08..c7a39b5545 100644
    a b include (../../programs-libs.pro )  
    55LIBS += -lmythtv-$$LIBVERSION
    66
    77QT += network xml sql opengl
    8 contains(QT_VERSION, ^4\\.[0-9]\\..*) : QT += webkit
    9 contains(QT_VERSION, ^5\\.[0-9]\\..*) : QT += widgets webkitwidgets
     8QT += widgets webkitwidgets
    109
    1110TEMPLATE = lib
    1211CONFIG += thread opengl plugin warn_on
  • mythplugins/mythmusic/mythmusic/mythmusic.pro

    diff --git a/mythplugins/mythmusic/mythmusic/mythmusic.pro b/mythplugins/mythmusic/mythmusic/mythmusic.pro
    index 0703da590f..88b35c3782 100644
    a b include ( ../../programs-libs.pro )  
    44include (config.pro)
    55
    66QT += xml sql opengl network
    7 contains(QT_VERSION, ^4\\.[0-9]\\..*) : QT += webkit
    8 contains(QT_VERSION, ^5\\.[0-9]\\..*) : QT += widgets webkitwidgets
     7QT += widgets webkitwidgets
    98
    109!exists( config.pro ) {
    1110   error(Missing config.pro: please run the configure script)
  • mythplugins/mythnetvision/mythnetvision/mythnetvision.pro

    diff --git a/mythplugins/mythnetvision/mythnetvision/mythnetvision.pro b/mythplugins/mythnetvision/mythnetvision/mythnetvision.pro
    index 2bf47ec5ee..a2f343ecef 100644
    a b include ( ../../settings.pro )  
    33include ( ../../programs-libs.pro )
    44
    55QT += network sql xml
    6 contains(QT_VERSION, ^5\\.[0-9]\\..*) {
    76QT += widgets
    8 }
    97
    108TEMPLATE = lib
    119CONFIG += plugin thread warn_on debug
  • mythplugins/mythnews/mythnews/mythnews.pro

    diff --git a/mythplugins/mythnews/mythnews/mythnews.pro b/mythplugins/mythnews/mythnews/mythnews.pro
    index d2bff02684..b757dffe07 100644
    a b include ( ../../settings.pro )  
    33include ( ../../programs-libs.pro )
    44
    55QT += network sql xml
    6 contains(QT_VERSION, ^5\\.[0-9]\\..*) {
    76QT += widgets
    8 }
    97
    108TEMPLATE = lib
    119CONFIG += plugin thread warn_on debug
  • mythplugins/mythweather/mythweather/mythweather.pro

    diff --git a/mythplugins/mythweather/mythweather/mythweather.pro b/mythplugins/mythweather/mythweather/mythweather.pro
    index ab0654b92d..3fb32a5c7c 100644
    a b include ( ../../settings.pro )  
    33include ( ../../programs-libs.pro )
    44
    55QT += sql xml network
    6 contains(QT_VERSION, ^5\\.[0-9]\\..*) {
    76QT += widgets
    8 }
    97
    108TEMPLATE = lib
    119CONFIG += plugin thread
  • mythplugins/mythzoneminder/mythzoneminder/mythzoneminder.pro

    diff --git a/mythplugins/mythzoneminder/mythzoneminder/mythzoneminder.pro b/mythplugins/mythzoneminder/mythzoneminder/mythzoneminder.pro
    index e9b418c3d7..803be487ea 100644
    a b include ( ../../settings.pro )  
    33include ( ../../programs-libs.pro )
    44
    55QT += network
    6 contains(QT_VERSION, ^5\\.[0-9]\\..*) {
    76QT += widgets
    8 }
    97
    108TEMPLATE = lib
    119CONFIG += plugin thread