author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 06 Jul 2010 15:10:48 +0300 | |
changeset 30 | 5dc02b23752f |
parent 19 | fcece45ef507 |
child 33 | 3e2da88830cd |
permissions | -rw-r--r-- |
0 | 1 |
QT += network \ |
2 |
webkit |
|
3 |
HEADERS += src/BrowserWindow.h \ |
|
4 |
src/BrowserView.h \ |
|
5 |
src/TitleBar.h \ |
|
6 |
src/HomeView.h \ |
|
7 |
src/AddressBar.h \ |
|
8 |
src/BookmarksView.h \ |
|
9 |
src/flickcharm.h \ |
|
10 |
src/ZoomStrip.h \ |
|
18
2f34d5167611
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
11 |
src/ControlStrip.h \ |
2f34d5167611
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
12 |
src/webview.h |
0 | 13 |
SOURCES += src/Main.cpp \ |
14 |
src/BrowserWindow.cpp \ |
|
15 |
src/BrowserView.cpp \ |
|
16 |
src/TitleBar.cpp \ |
|
17 |
src/HomeView.cpp \ |
|
18 |
src/AddressBar.cpp \ |
|
19 |
src/BookmarksView.cpp \ |
|
20 |
src/flickcharm.cpp \ |
|
21 |
src/ZoomStrip.cpp \ |
|
18
2f34d5167611
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
22 |
src/ControlStrip.cpp \ |
2f34d5167611
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
23 |
src/webview.cpp |
0 | 24 |
RESOURCES += src/anomaly.qrc |
25 |
||
26 |
symbian { |
|
27 |
TARGET.UID3 = 0xA000CF71 |
|
28 |
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
29 |
INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/ |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
30 |
LIBS += -lesock -lcommdb -linsock # For IAP selection |
0 | 31 |
TARGET.CAPABILITY = NetworkServices |
32 |
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 |
|
33 |
} |
|
34 |
||
35 |
target.path = $$[QT_INSTALL_DEMOS]/embedded/anomaly |
|
36 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro src/images |
|
37 |
sources.path = $$[QT_INSTALL_DEMOS]/embedded/anomaly |
|
38 |
INSTALLS += target sources |