summaryrefslogtreecommitdiff
path: root/examples/svg/embedded/weatherinfo/weatherinfo.pro
blob: 562430e0bf541a5922b07c4f595a4d49a6111511 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = app
TARGET = svgweatherinfo
SOURCES = weatherinfo.cpp
RESOURCES = weatherinfo.qrc
QT += network widgets svg svgwidgets

target.path = $$[QT_INSTALL_EXAMPLES]/svg/embedded/weatherinfo
INSTALLS += target