Skip to content

Commit

Permalink
Add widgets to QT components for mythnews on Qt5.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Mar 1, 2013
1 parent a216dbe commit 1a23e8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythplugins/mythnews/mythnews/mythnews.pro
Expand Up @@ -3,6 +3,9 @@ include ( ../../settings.pro )
include ( ../../programs-libs.pro )

QT += network sql xml
contains(QT_VERSION, ^5\\.[0-9]\\..*) {
QT += widgets
}

TEMPLATE = lib
CONFIG += plugin thread warn_on debug
Expand Down

0 comments on commit 1a23e8b

Please sign in to comment.