wlanutilities/testwizard/testwizard.pro
branchRCL_3
changeset 24 63be7eb3fc78
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
       
     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 #    Test application for wizards
       
    16 #
       
    17 
       
    18 
       
    19 TEMPLATE = app
       
    20 TARGET = testwizard
       
    21 CONFIG += hb
       
    22 
       
    23 MOC_DIR = build
       
    24 RCC_DIR = build
       
    25 
       
    26 DEPENDPATH += .
       
    27 INCLUDEPATH += . \
       
    28 	../inc
       
    29 
       
    30 HEADERS = inc/MyApplication.h \
       
    31     inc/MyAppMainWindow.h \
       
    32     inc/FirstView.h \
       
    33     inc/MyAppEngine.h
       
    34     
       
    35 SOURCES += src/MyAppEngine.cpp \
       
    36     src/MyApplication.cpp \
       
    37     src/MyAppMainWindow.cpp \
       
    38     src/FirstView.cpp \
       
    39     src/main.cpp
       
    40     
       
    41 RESOURCES = resources/resource.qrc
       
    42 
       
    43 DOCML += resources/mainview.docml
       
    44 
       
    45 symbian {
       
    46     # TODO: gain UID
       
    47     TARGET.UID3 = 0xE5C15256
       
    48     TARGET.CAPABILITY = ALL -TCB
       
    49 }
       
    50 
       
    51 LIBS += -lwlanwizard
       
    52 
       
    53 myDependencies.sources = wlanwizard.dll eapwizard.dll wpswizard.dll wlanqtutilities.dll  
       
    54 DEPLOYMENT += myDependencies
       
    55 
       
    56 BLD_INF_RULES.prj_exports += \ 
       
    57     "rom/testwizard.iby CORE_MW_LAYER_IBY_EXPORT_PATH(testwizard.iby)"
       
    58