summaryrefslogtreecommitdiffstats
path: root/gweather/gweather.pro
blob: f86bb197cf77ce00bf20d88174a816d7844ec123 (plain)
1
2
3
4
5
6
7
TEMPLATE = app
SOURCES = gweather.cpp
QT += network \
    webkit
RESOURCES = gweather.qrc
win32:CONFIG += console
FORMS += form.ui