source: trunk/demos/embedded/weatherinfo/weatherinfo.pro@ 687

Last change on this file since 687 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 557 bytes
Line 
1TEMPLATE = app
2TARGET = weatherinfo
3SOURCES = weatherinfo.cpp
4RESOURCES = weatherinfo.qrc
5QT += network svg
6
7symbian {
8 TARGET.UID3 = 0xA000CF77
9 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
10 HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
11 LIBS += -lesock -lconnmon -linsock
12 TARGET.CAPABILITY = NetworkServices
13}
14
15target.path = $$[QT_INSTALL_DEMOS]/embedded/weatherinfo
16sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
17sources.path = $$[QT_INSTALL_DEMOS]/embedded/weatherinfo
18INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.