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

target.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/embedded/weatherinfo
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro icons
sources.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/embedded/weatherinfo
INSTALLS += target sources
QT+=widgets