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

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