javamanager/javasettings_qt/build/javaapplicationsettingsview.pro
changeset 61 bf7ee68962da
child 64 0ea12c182930
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
       
     1 #
       
     2 # Copyright (c) 2010 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 mobility
       
    19 MOBILITY += bearer
       
    20 LIBS += -ljavastorage -lcmapplsettingsui -ljavaconnectionmanager -ljavautils
       
    21 TRANSLATIONS = javaruntimeapplicationsettings.ts
       
    22 
       
    23 INCLUDEPATH += ../../../inc
       
    24 SOURCES += ..\src\javaapplicationsettingsview.cpp ..\src\javaapplicationsettingsview_p.cpp ..\src\javaapplicationsettings.cpp
       
    25 HEADERS += ..\src\javaapplicationsettingsview.h ..\src\javaapplicationsettingsview_p.h ..\src\javaapplicationsettings.h
       
    26 
       
    27 symbian : plugin {
       
    28     TARGET.EPOCALLOWDLLDATA = 1
       
    29     TARGET.CAPABILITY = ALL -TCB
       
    30     PLUGIN_STUB_PATH = /resource/qt/plugins/appsettings
       
    31     pluginstub.sources = $${TARGET}.dll
       
    32     pluginstub.path = $$PLUGIN_STUB_PATH
       
    33     DEPLOYMENT += pluginstub
       
    34     qtplugins.path = $$PLUGIN_STUB_PATH
       
    35     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
       
    36     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin  z:$$qtplugins.path/$$basename(qtplugin)"
       
    37 
       
    38     include(../../../build/symbian_uids.pri)
       
    39 
       
    40 }
       
    41 
       
    42 # Workaround for RVCT 4.0 QT/Symbian incmpatibility
       
    43 MMP_RULES -= $$MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA