1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: |
|
15 # |
|
16 TEMPLATE = lib |
|
17 TARGET = javaapplicationsettingsview |
|
18 CONFIG += qt hb stl plugin |
|
19 LIBS += -ljavastorage |
|
20 TRANSLATIONS = javaruntimeapplicationsettings.ts |
|
21 |
|
22 INCLUDEPATH += ../inc ../../../../inc |
|
23 SOURCES += ..\src\javaapplicationsettingsview.cpp ..\src\javaapplicationsettingsview_p.cpp ..\src\javaapplicationsettings.cpp |
|
24 HEADERS += ..\src\javaapplicationsettingsview.h ..\src\javaapplicationsettingsview_p.h ..\src\javaapplicationsettings.h |
|
25 |
|
26 symbian : plugin { |
|
27 TARGET.EPOCALLOWDLLDATA = 1 |
|
28 TARGET.CAPABILITY = ALL -TCB |
|
29 PLUGIN_STUB_PATH = /resource/qt/plugins/appsettings |
|
30 pluginstub.sources = $${TARGET}.dll |
|
31 pluginstub.path = $$PLUGIN_STUB_PATH |
|
32 DEPLOYMENT += pluginstub |
|
33 qtplugins.path = $$PLUGIN_STUB_PATH |
|
34 qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin |
|
35 for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin z:$$qtplugins.path/$$basename(qtplugin)" |
|
36 |
|
37 include(../../../../build/symbian_uids.pri) |
|
38 |
|
39 } |
|
40 |
|
41 # Workaround for RVCT 4.0 QT/Symbian incmpatibility |
|
42 MMP_RULES -= $$MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA |
|