Skip to content

Commit

Permalink
Port mythweather to Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson authored and jyavenard committed Mar 8, 2013
1 parent 380cc4e commit 09d0fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mythplugins/mythweather/mythweather/main.cpp
@@ -1,10 +1,6 @@

#include <unistd.h>

// QT headers
#include <QApplication>
#include <QDir>

// MythTV headers
#include <lcddevice.h>
#include <mythcontext.h>
Expand Down
3 changes: 3 additions & 0 deletions mythplugins/mythweather/mythweather/mythweather.pro
Expand Up @@ -3,6 +3,9 @@ include ( ../../settings.pro )
include ( ../../programs-libs.pro )

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

TEMPLATE = lib
CONFIG += plugin thread
Expand Down

0 comments on commit 09d0fd1

Please sign in to comment.