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

Last change on this file since 885 was 846, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

  • Property svn:eol-style set to native
File size: 449 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 TARGET.CAPABILITY = NetworkServices
11}
12
13target.path = $$[QT_INSTALL_DEMOS]/embedded/weatherinfo
14sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
15sources.path = $$[QT_INSTALL_DEMOS]/embedded/weatherinfo
16INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.