source: trunk/examples/network/bearercloud/bearercloud.pro@ 890

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

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

File size: 263 bytes
RevLine 
[844]1HEADERS = bearercloud.h \
2 cloud.h
3
4SOURCES = main.cpp \
5 bearercloud.cpp \
6 cloud.cpp
7
8RESOURCES = icons.qrc
9
10TARGET = bearercloud
11
12QT = core gui network svg
13
14CONFIG += console
15
16symbian:TARGET.CAPABILITY = NetworkServices ReadUserData
Note: See TracBrowser for help on using the repository browser.