author | hgs |
Thu, 23 Sep 2010 15:32:11 -0400 | |
changeset 14 | 6aeb7a756187 |
parent 12 | afcd8e6d025b |
child 16 | 3c88a81ff781 |
permissions | -rw-r--r-- |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1 |
# |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
2 |
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
3 |
# All rights reserved. |
3 | 4 |
# |
5 |
# This program is free software: you can redistribute it and/or modify |
|
6 |
# it under the terms of the GNU Lesser General Public License as published by |
|
7 |
# the Free Software Foundation, version 2.1 of the License. |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
8 |
# |
3 | 9 |
# This program is distributed in the hope that it will be useful, |
10 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
# GNU Lesser General Public License for more details. |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
13 |
# |
3 | 14 |
# You should have received a copy of the GNU Lesser General Public License |
15 |
# along with this program. If not, |
|
16 |
# see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/". |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
17 |
# |
3 | 18 |
# Description: |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
19 |
# |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
20 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
21 |
TEMPLATE = app |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
22 |
|
3 | 23 |
TARGET = NokiaBrowser |
24 |
||
25 |
include($$PWD/../flags.pri) |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
26 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
27 |
# Everything should be relative to ROOT_DIR (makes cut-and-paste safer). |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
28 |
ROOT_DIR = $$PWD/.. |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
29 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
30 |
# Qt |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
31 |
QT += xml network sql webkit script |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
32 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
33 |
ROOT_DIR = $$PWD/.. |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
34 |
include($$ROOT_DIR/browserui.pri) |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
35 |
|
3 | 36 |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
37 |
# Common build options, library includes (browsercore etc), and Qt settings. |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
38 |
include($$ROOT_DIR/common/commonExternals.pri) |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
39 |
INCLUDEPATH += $$PWD/ContentViews |
3 | 40 |
INCLUDEPATH += $$PWD/Charms |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
41 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
42 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
43 |
# Gesture lib |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
44 |
!contains(DEFINES, NO_QSTM_GESTURE) { |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
45 |
message("Including qstmgesturelib.") |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
46 |
INCLUDEPATH += $$PWD/../qstmgesturelib |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
47 |
INCLUDEPATH += $$PWD/../qstmgesturelib/qstmfilelogger |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
48 |
LIBS += -lqstmgesturelib |
3 | 49 |
#LIBPATH += $$ROOT_DIR/app/browser/qstmgesturelib/output/bin |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
50 |
} |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
51 |
|
3 | 52 |
contains(DEFINES, ENABLE_PERF_TRACE) { |
53 |
message("ginebra2.pro: Tracing is ON") |
|
54 |
LIBS += -lbrperftrace |
|
55 |
INCLUDEPATH += $$PWD/../internal/tests/perfTracing |
|
56 |
} |
|
57 |
||
58 |
||
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
59 |
# Common SOURCES, HEADERS from app |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
60 |
# include($$ROOT_DIR/app/common/platform/platform.pri) |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
61 |
# include($$ROOT_DIR/app/common/common.pri) |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
62 |
|
12 | 63 |
TRANSLATIONS += browserLoc.ts |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
64 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
65 |
# ;;; Following can presumably go away if we will also use Qt's QtWebKit |
3 | 66 |
win32: { |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
67 |
# adding the WRT bin directory to LIBPATH so that we can pickup QtWebkit.lib |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
68 |
CONFIG(release, debug|release):WRT_BIN_DIR = $$PWD/../../../WrtBuild/Release/bin |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
69 |
CONFIG(debug, debug|release):WRT_BIN_DIR = $$PWD/../../../WrtBuild/Debug/bin |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
70 |
LIBPATH += $$WRT_BIN_DIR |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
71 |
} |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
72 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
73 |
# Override some output directories set by commonExternals.pri. |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
74 |
# Leave DEST_DIR unchanged. |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
75 |
OBJECTS_DIR = $$APP_OUTPUT_DIR/ginebra2 |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
76 |
MOC_DIR = $$APP_OUTPUT_DIR/ginebra2 |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
77 |
RCC_DIR = $$APP_OUTPUT_DIR/ginebra2 |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
78 |
TEMPDIR = $$APP_OUTPUT_DIR/ginebra2/build |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
79 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
80 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
81 |
################################################################################ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
82 |
# |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
83 |
# NEW code for ginebra2 |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
84 |
# |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
85 |
################################################################################ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
86 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
87 |
RESOURCES = ginebra2.qrc |
12 | 88 |
|
89 |
contains(br_layout, tenone) { |
|
90 |
RESOURCES += ginebra_tenone.qrc |
|
91 |
DEFINES += BROWSER_LAYOUT_TENONE |
|
92 |
} |
|
93 |
||
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
94 |
HEADERS = \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
95 |
Application.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
96 |
ActionButton.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
97 |
ActionButtonSnippet.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
98 |
CachedHandler.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
99 |
ChromeDOM.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
100 |
ChromeRenderer.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
101 |
ChromeSnippet.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
102 |
LocaleDelegate.h \ |
3 | 103 |
ChromeEffect.h \ |
104 |
ChromeLayout.h \ |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
105 |
ChromeWidget.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
106 |
ChromeWidgetJSObject.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
107 |
ChromeView.h \ |
3 | 108 |
ContentViews/GWebContentViewJSObject.h \ |
109 |
ContentViews/GWebContentViewWidget.h \ |
|
110 |
ContentViews/GWebContentView.h \ |
|
111 |
ContentViews/GContentViewTouchNavigation.h \ |
|
112 |
ContentViews/SuperPageView.h \ |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
113 |
DeviceDelegate.h \ |
3 | 114 |
NetworkDelegate.h \ |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
115 |
VisibilityAnimator.h \ |
3 | 116 |
ChromeItem.h \ |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
117 |
PopupWebChromeItem.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
118 |
WebChromeItem.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
119 |
WebChromeSnippet.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
120 |
WebChromeContainerSnippet.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
121 |
GGraphicsWebView.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
122 |
GWebPage.h \ |
3 | 123 |
GSuperWebPage.h \ |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
124 |
GraphicsItemAnimation.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
125 |
NativeChromeItem.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
126 |
SlidingWidget.h \ |
12 | 127 |
Charms/ObjectCharm.h \ |
128 |
Charms/ExternalEventCharm.h \ |
|
3 | 129 |
PageSnippet.h \ |
130 |
PageItem.h \ |
|
131 |
ProgressBarItem.h \ |
|
132 |
ProgressBarSnippet.h \ |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
133 |
Snippets.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
134 |
ScriptObjects.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
135 |
animators/FadeAnimator.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
136 |
animators/SlideAnimator.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
137 |
emulator/browser.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
138 |
emulator/ChromeConsole.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
139 |
ViewController.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
140 |
ViewStack.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
141 |
GWebTouchNavigation.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
142 |
KineticHelper.h \ |
12 | 143 |
TitleItem.h \ |
3 | 144 |
Toolbar.h \ |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
145 |
ToolbarChromeItem.h \ |
3 | 146 |
ToolbarSnippet.h \ |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
147 |
ContentToolbarChromeItem.h \ |
3 | 148 |
ContentToolbarSnippet.h \ |
149 |
DualButtonToolbarSnippet.h \ |
|
150 |
WindowToolbarSnippet.h \ |
|
151 |
BookmarksToolbarSnippet.h \ |
|
152 |
SettingsToolbarSnippet.h \ |
|
153 |
RecentUrlToolbarSnippet.h \ |
|
12 | 154 |
TitleUrlContainerSnippet.h \ |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
155 |
UrlSearchSnippet.h \ |
3 | 156 |
Downloads.h \ |
157 |
GAlternateFileChooser.h \ |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
158 |
linearflowsnippet.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
159 |
mostvisitedpageview.h \ |
3 | 160 |
mostvisitedsnippet.h \ |
161 |
EditorWidget.h \ |
|
162 |
EditorSnippet.h |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
163 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
164 |
|
3 | 165 |
contains(br_tiled_backing_store, yes) { |
166 |
DEFINES += BEDROCK_TILED_BACKING_STORE |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
167 |
} |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
168 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
169 |
!contains(DEFINES, NO_QSTM_GESTURE) { |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
170 |
HEADERS += WebGestureHelper.h \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
171 |
WebTouchNavigation.h |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
172 |
} |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
173 |
|
3 | 174 |
contains(DEFINES, BEDROCK_TILED_BACKING_STORE) { |
175 |
HEADERS += ContentViews/ScrollableWebContentView.h \ |
|
176 |
ContentViews/ViewportMetaData.h \ |
|
177 |
ContentViews/ViewportMetaDataParser.h \ |
|
178 |
ContentViews/WebContentAnimationItem.h \ |
|
179 |
ContentViews/WebContentViewWidget.h \ |
|
180 |
ContentViews/WebView.h \ |
|
181 |
Gestures/GestureEvent.h \ |
|
182 |
Gestures/GestureListener.h \ |
|
183 |
Gestures/GestureRecognizer.h \ |
|
184 |
Gestures/GestureRecognizer_p.h \ |
|
185 |
Kinetics/KineticScrollable.h \ |
|
186 |
Kinetics/KineticScroller.h \ |
|
187 |
ScrollableViewBase.h |
|
188 |
} |
|
189 |
||
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
190 |
SOURCES = \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
191 |
ActionButton.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
192 |
ActionButtonSnippet.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
193 |
Application.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
194 |
CachedHandler.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
195 |
ChromeDOM.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
196 |
ChromeRenderer.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
197 |
ChromeSnippet.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
198 |
LocaleDelegate.cpp \ |
3 | 199 |
ChromeEffect.cpp \ |
200 |
ChromeLayout.cpp \ |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
201 |
ChromeWidget.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
202 |
ChromeWidgetJSObject.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
203 |
ChromeView.cpp \ |
3 | 204 |
ContentViews/GWebContentViewJSObject.cpp \ |
205 |
ContentViews/GWebContentViewWidget.cpp \ |
|
206 |
ContentViews/GWebContentView.cpp \ |
|
207 |
ContentViews/GContentViewTouchNavigation.cpp \ |
|
208 |
ContentViews/SuperPageView.cpp \ |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
209 |
DeviceDelegate.cpp \ |
3 | 210 |
NetworkDelegate.cpp \ |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
211 |
VisibilityAnimator.cpp \ |
3 | 212 |
ChromeItem.cpp \ |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
213 |
PopupWebChromeItem.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
214 |
WebChromeItem.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
215 |
WebChromeSnippet.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
216 |
WebChromeContainerSnippet.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
217 |
GGraphicsWebView.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
218 |
GraphicsItemAnimation.cpp \ |
3 | 219 |
GWebPage.cpp \ |
220 |
GSuperWebPage.cpp \ |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
221 |
NativeChromeItem.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
222 |
Snippets.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
223 |
ScriptObjects.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
224 |
SlidingWidget.cpp \ |
12 | 225 |
Charms/ObjectCharm.cpp \ |
226 |
Charms/ExternalEventCharm.cpp \ |
|
3 | 227 |
PageSnippet.cpp \ |
228 |
PageItem.cpp \ |
|
229 |
ProgressBarItem.cpp \ |
|
230 |
ProgressBarSnippet.cpp \ |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
231 |
animators/FadeAnimator.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
232 |
animators/SlideAnimator.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
233 |
emulator/main.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
234 |
emulator/browser.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
235 |
emulator/ChromeConsole.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
236 |
ViewController.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
237 |
ViewStack.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
238 |
GWebTouchNavigation.cpp \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
239 |
KineticHelper.cpp \ |
12 | 240 |
TitleItem.cpp \ |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
241 |
ToolbarChromeItem.cpp \ |
3 | 242 |
ToolbarSnippet.cpp \ |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
243 |
ContentToolbarChromeItem.cpp \ |
3 | 244 |
ContentToolbarSnippet.cpp \ |
245 |
DualButtonToolbarSnippet.cpp \ |
|
246 |
WindowToolbarSnippet.cpp \ |
|
247 |
BookmarksToolbarSnippet.cpp \ |
|
248 |
SettingsToolbarSnippet.cpp \ |
|
249 |
RecentUrlToolbarSnippet.cpp \ |
|
12 | 250 |
TitleUrlContainerSnippet.cpp \ |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
251 |
UrlSearchSnippet.cpp \ |
3 | 252 |
Downloads.cpp \ |
253 |
GAlternateFileChooser.cpp \ |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
254 |
linearflowsnippet.cpp \ |
3 | 255 |
mostvisitedpageview.cpp \ |
256 |
mostvisitedsnippet.cpp \ |
|
257 |
EditorWidget.cpp \ |
|
258 |
EditorSnippet.cpp |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
259 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
260 |
!contains(DEFINES, NO_QSTM_GESTURE) { |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
261 |
SOURCES += WebGestureHelper.cpp \ |
3 | 262 |
WebTouchNavigation.cpp |
263 |
} |
|
264 |
||
265 |
contains(DEFINES, BEDROCK_TILED_BACKING_STORE) { |
|
266 |
SOURCES += ContentViews/ScrollableWebContentView.cpp \ |
|
267 |
ContentViews/ViewportMetaData.cpp \ |
|
268 |
ContentViews/ViewportMetaDataParser.cpp \ |
|
269 |
ContentViews/WebContentAnimationItem.cpp \ |
|
270 |
ContentViews/WebContentViewWidget.cpp \ |
|
271 |
ContentViews/WebView.cpp \ |
|
272 |
Gestures/GestureEvent.cpp \ |
|
273 |
Gestures/GestureRecognizer.cpp \ |
|
274 |
Kinetics/KineticScroller.cpp \ |
|
275 |
ScrollableViewBase.cpp |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
276 |
} |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
277 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
278 |
FORMS += emulator/ui/console.ui |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
279 |
|
3 | 280 |
contains(br_mobility_sysinfo, yes) { |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
281 |
CONFIG += mobility |
3 | 282 |
MOBILITY = systeminfo |
283 |
DEFINES += QT_MOBILITY_SYSINFO |
|
284 |
} |
|
285 |
||
286 |
contains(br_mobility_sysinfo, yes) { |
|
287 |
HEADERS += SystemDeviceImpl.h \ |
|
288 |
SystemNetworkImpl.h |
|
289 |
SOURCES += SystemDeviceImpl.cpp \ |
|
290 |
SystemNetworkImpl.cpp |
|
291 |
} |
|
292 |
||
293 |
contains(br_mobility_bearer, yes) { |
|
294 |
DEFINES += QT_MOBILITY_BEARER_MANAGEMENT |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
295 |
} |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
296 |
|
3 | 297 |
contains(br_orbit_ui, yes) { |
298 |
INCLUDEPATH += /epoc32/include/mw/hb/hbcore \ |
|
299 |
/epoc32/include/mw/hb/hbwidgets |
|
300 |
LIBS += -lHbCore -lHbWidgets |
|
301 |
DEFINES += ORBIT_UI |
|
302 |
} |
|
303 |
||
12 | 304 |
contains(br_mobility_serviceframework, yes) { |
305 |
DEFINES += QT_MOBILITY_SERVICE_FRAMEWORK |
|
306 |
} |
|
307 |
||
3 | 308 |
symbian: { |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
309 |
TARGET.EPOCALLOWDLLDATA = 1 |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
310 |
TARGET.EPOCSTACKSIZE = 0x14000 |
3 | 311 |
|
7 | 312 |
lessThan(QT_VERSION, 4.6.3) { |
3 | 313 |
TARGET.EPOCHEAPSIZE = 0x20000 \ |
12 | 314 |
0x10000000 \ |
3 | 315 |
// \ |
316 |
Min \ |
|
317 |
128kB, \ |
|
318 |
Max \ |
|
12 | 319 |
256MB |
3 | 320 |
emulatorHeapSize = \ |
321 |
"$${LITERAL_HASH}ifdef WINSCW" \ |
|
322 |
"EPOCHEAPSIZE 0x20000 0x2000000 // Min 128kB, Max 32MB" \ |
|
323 |
"$${LITERAL_HASH}endif" |
|
324 |
MMP_RULES += emulatorHeapSize |
|
325 |
} else { |
|
326 |
# Set conditional Epoc Heap Size |
|
327 |
EHZ.WINSCW = "EPOCHEAPSIZE 0x20000 0x2000000" |
|
12 | 328 |
EHZ.default = "EPOCHEAPSIZE 0x20000 0x10000000" |
3 | 329 |
# Add the conditional MMP rules |
330 |
MYCONDITIONS = WINSCW |
|
331 |
MYVARIABLES = EHZ |
|
332 |
addMMPRules(MYCONDITIONS, MYVARIABLES) |
|
333 |
} |
|
334 |
||
335 |
TARGET.CAPABILITY = All -TCB -DRM -AllFiles |
|
14 | 336 |
|
3 | 337 |
contains(browser_addon, no) { |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
338 |
TARGET.UID3 = 0x10008D39 |
14 | 339 |
CONFIG += hb |
340 |
SKINICON = qtg_large_browser |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
341 |
} |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
342 |
else { |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
343 |
TARGET.UID3 = 0x200267DF |
14 | 344 |
ICON = ./browserIcon.svg |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
345 |
} |
12 | 346 |
TARGET.VID = VID_DEFAULT |
347 |
||
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
348 |
LIBS += -lcommdb |
3 | 349 |
LIBS += -lesock -lconnmon -linsock |
9 | 350 |
LIBS += -lavkon -lapparc -leikcore -lcone -lws32 -lapgrfx |
351 |
||
352 |
# QtHighway is used in TB10.1 for Application Interworking (AIW) support. |
|
353 |
contains(br_qthighway, yes) { |
|
354 |
DEFINES += QTHIGHWAY |
|
355 |
LIBS += -lxqservice -lxqserviceutil |
|
356 |
CONFIG += service |
|
357 |
SERVICE.FILE = service_conf.xml |
|
4 | 358 |
|
9 | 359 |
# Browser provides service for html files. |
360 |
RSS_RULES += \ |
|
361 |
"datatype_list = " \ |
|
362 |
" {" \ |
|
363 |
" DATATYPE" \ |
|
364 |
" {" \ |
|
365 |
" priority = EDataTypePriorityNormal;" \ |
|
12 | 366 |
" type = \"text/html\";" \ |
9 | 367 |
" }" \ |
368 |
" };" |
|
369 |
||
370 |
HEADERS += emulator/FileService.h |
|
371 |
SOURCES += emulator/FileService.cpp |
|
372 |
} |
|
373 |
||
3 | 374 |
contains(br_openurl, yes) { |
375 |
DEFINES += OPENURL |
|
376 |
} |
|
377 |
||
378 |
contains(br_fast_allocator, yes) { |
|
379 |
LIBS += -lstandaloneallocator.lib |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
380 |
} |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
381 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
382 |
LIBS += -lhal -lsysutil |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
383 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
384 |
# localpages |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
385 |
localpages.sources = ./chrome/localpages/*.htm* \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
386 |
./chrome/localpages/*.js \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
387 |
./chrome/localpages/*.css \ |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
388 |
./chrome/localpages/*.jpg \ |
3 | 389 |
./chrome/localpages/*.png |
390 |
localpages.path = ./localpages |
|
391 |
DEPLOYMENT += localpages |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
392 |
|
12 | 393 |
# backup restore file |
394 |
backuprestore.sources = ./data/backup_registration.xml |
|
395 |
backuprestore.path = ./ |
|
396 |
DEPLOYMENT += backuprestore |
|
397 |
||
3 | 398 |
!contains(DEFINES, NO_QSTM_GESTURE) { |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
399 |
qstmgesturelib.sources = qstmgesturelib.dll |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
400 |
qstmgesturelib.path = /sys/bin |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
401 |
DEPLOYMENT += qstmgesturelib |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
402 |
} |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
403 |
|
3 | 404 |
contains(DEFINES, ENABLE_PERF_TRACE) { |
405 |
brperftrace.sources = brperftrace.dll |
|
406 |
brperftrace.path = /sys/bin |
|
407 |
DEPLOYMENT += brperftrace |
|
408 |
} |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
409 |
|
3 | 410 |
contains(browser_addon, no) { |
411 |
HEADERS += emulator/BrowserMainS60.h |
|
412 |
SOURCES += emulator/BrowserMainS60.cpp |
|
413 |
} |
|
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
414 |
} |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
415 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
416 |
#unix: { |
3 | 417 |
# Create symbolic link to executable. |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
418 |
# QMAKE_POST_LINK += ln -sf $$DESTDIR/$$TARGET $$PWD/$$TARGET; |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
419 |
#} |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
420 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
421 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
422 |
################################## |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
423 |
# Generate documentation |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
424 |
# ################################# |
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
425 |
dox.target = docs |
3 | 426 |
dox.commands = doxygen ./doc/Doxyfile |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
427 |
dox.depends = $$SOURCES $$HEADERS |
9 | 428 |
QMAKE_EXTRA_TARGETS += dox |
0
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
429 |
|
1450b09d0cfd
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
430 |
#INCLUDEPATH += $$PWD/../../mw/bedrockProvisioning |
12 | 431 |
|
432 |
||
433 |
symbian:MMP_RULES += SMPSAFE |