equal
deleted
inserted
replaced
|
1 HEADERS = bearercloud.h \ |
|
2 cloud.h |
|
3 |
|
4 SOURCES = main.cpp \ |
|
5 bearercloud.cpp \ |
|
6 cloud.cpp |
|
7 |
|
8 RESOURCES = icons.qrc |
|
9 |
|
10 TARGET = bearercloud |
|
11 |
|
12 QT = core gui network svg |
|
13 |
|
14 CONFIG += console |
|
15 |
|
16 symbian:TARGET.CAPABILITY = NetworkServices ReadUserData |