author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
child 7 | 3f74d0d4af4c |
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 \ |
|
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
11 |
src/ControlStrip.h \ |
3b1da2848fc7
Revision: 201003
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 \ |
|
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
22 |
src/ControlStrip.cpp \ |
3b1da2848fc7
Revision: 201003
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) |
|
29 |
HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h |
|
30 |
LIBS += -lesock -linsock -lconnmon |
|
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 |