wlanutilities/wpswizard/wpswizard.pro
changeset 37 195ec9e7dd85
parent 33 f54b8905a6ee
equal deleted inserted replaced
33:f54b8905a6ee 37:195ec9e7dd85
     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 # Description: 
       
    14 #
       
    15 
       
    16 TEMPLATE = lib
       
    17 TARGET = wpswizard
       
    18 DEFINES += BUILD_WPS_WIZARD_DLL
       
    19 VERSION = 0.0.1
       
    20 CONFIG += hb
       
    21 MOC_DIR = _moc
       
    22 RCC_DIR = _resources
       
    23 RESOURCES += resources/resource.qrc
       
    24 TRANSLATIONS += resources/wpswizardplugin.ts
       
    25 HEADERS += ../inc/wpswizard.h \
       
    26     inc/wpswizard_p.h \
       
    27     inc/wpswizardpage.h \
       
    28     inc/wpswizardsteptwo.h \
       
    29     inc/wpswizardstepthreebutton.h \
       
    30     inc/wpswizardstepthreenumber.h \
       
    31     inc/wpswizardstepfour.h \
       
    32     inc/wpswizardstepfive.h \
       
    33     inc/cwpsactiverunner.h \
       
    34     inc/mwpsactiverunnercallback.h \
       
    35     traces/OstTraceDefinitions.h
       
    36 SOURCES += src/wpswizardprivate.cpp \
       
    37     src/wpswizard.cpp \
       
    38     src/wpswizardpage.cpp \
       
    39     src/wpswizardsteptwo.cpp \
       
    40     src/wpswizardstepthreebutton.cpp \
       
    41     src/wpswizardstepthreenumber.cpp \
       
    42     src/wpswizardstepfour.cpp \
       
    43     src/wpswizardstepfive.cpp \
       
    44     src/cwpsactiverunner.cpp
       
    45 LIBS += -lecom
       
    46 symbian { 
       
    47     HEADERS += 
       
    48     SOURCES += 
       
    49     INCLUDEPATH += inc \
       
    50         ../../inc \
       
    51         ../wlanwizard/inc \
       
    52         $$MW_LAYER_SYSTEMINCLUDE \
       
    53         $$OS_LAYER_SYSTEMINCLUDE
       
    54     TARGET.UID3 = 0x2003D2FE
       
    55     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    56     BLD_INF_RULES.prj_exports += "rom/wpswizard.iby CORE_MW_LAYER_IBY_EXPORT_PATH(wpswizard.iby)"
       
    57     TARGET.EPOCALLOWDLLDATA = 1
       
    58     MMP_RULES += EXPORTUNFROZEN
       
    59 }