wlanutilities/wlanlogin/wlanloginapp/wlanloginapp.pro
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
     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 # Project file for WLAN Login application.
       
    16 #
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = wlanlogin
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += \
       
    22     . \
       
    23     /epoc32/include/mw \
       
    24     ../inc \
       
    25     ../../inc
       
    26                  
       
    27 LIBS += -lxqservice -lxqserviceutil -lictsqtwrapper -lqtsysteminfo 
       
    28 
       
    29 CONFIG += hb service mobility no_icon
       
    30 MOBILITY += bearer
       
    31 
       
    32 QT += \
       
    33     core \
       
    34     network \
       
    35     webkit
       
    36       
       
    37 #Store generated .moc files to their own directory
       
    38 MOC_DIR = build
       
    39       
       
    40 # Input
       
    41 SOURCES += \
       
    42     src/main.cpp \
       
    43     src/wlanloginapplication.cpp \
       
    44     src/wlanloginengine.cpp \
       
    45     src/wlanlogindocumentloader.cpp \
       
    46     src/wlanloginmainwindow.cpp \
       
    47     src/wlanloginnetworkaccessmanager.cpp \
       
    48     src/wlanloginservice.cpp \
       
    49     src/wlanloginview.cpp \
       
    50     src/wlanloginwebpage.cpp \
       
    51     src/wlanloginwebview.cpp
       
    52                
       
    53 HEADERS += \
       
    54     inc/wlanloginapplication.h \
       
    55     inc/wlanloginengine.h \
       
    56     inc/wlanlogindocumentloader.h \
       
    57     inc/wlanloginmainwindow.h \
       
    58     inc/wlanloginnetworkaccessmanager.h \
       
    59     inc/wlanloginservice.h \
       
    60     inc/wlanloginview.h \
       
    61     inc/wlanloginwebpage.h \
       
    62     inc/wlanloginwebview.h \
       
    63     traces/OstTraceDefinitions.h
       
    64 
       
    65 DOCML += res/wlanloginview.docml
       
    66 
       
    67 RESOURCES = res/wlanlogin.qrc
       
    68           
       
    69 TRANSLATIONS = wlanlogin.ts
       
    70 
       
    71 SERVICE.FILE = res/service_conf.xml
       
    72 
       
    73 # Temporary solution to fix tracecompiler
       
    74 # When tracecompiler is fixed, this can be removed
       
    75 MMP_RULES += "USERINCLUDE traces"
       
    76 
       
    77 symbian*: {
       
    78 	LIBS += -lictsclientinterface
       
    79 	TARGET.UID3 = 0x2002E6D0
       
    80     TARGET.CAPABILITY = CAP_APPLICATION NetworkControl
       
    81     BLD_INF_RULES.prj_exports += "rom/wlanlogin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(wlanlogin.iby)"
       
    82     BLD_INF_RULES.prj_exports += "rom/wlanlogin_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(wlanlogin_resources.iby)"
       
    83 }