securitysettings/cpeapuiplugins/cpeapuserpasswordui/cpeapuserpasswordui.pro
changeset 39 fe6b6762fccd
parent 33 938269283a16
equal deleted inserted replaced
38:7a0216d033ac 39:fe6b6762fccd
     1 #
     1 #
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 #
     8 #
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    14 # Description:
    14 # Description:
    15 #   Project info file for Control Panel username-password based EAP method
    15 #   Project info file for Control Panel username-password based EAP method
    16 #   settings plugin.  
    16 #   settings plugin.  
    17 #
    17 #
    18 
    18 
    19 # %version: 11 %
    19 # %version: 13 %
    20 
    20 
    21 
    21 
    22 TEMPLATE = lib
    22 TEMPLATE = lib
    23 TARGET = cpeapuserpasswordui
    23 TARGET = cpeapuserpasswordui
    24 DEPENDPATH +=
    24 
    25 INCLUDEPATH += \
    25 INCLUDEPATH += \
    26     ../../inc
    26     ../../inc
    27     
    27     
    28 
    28 
    29 CONFIG += hb \
    29 CONFIG += hb \
    31 
    31 
    32 LIBS += -lcpframework \
    32 LIBS += -lcpframework \
    33         -leapqtconfiginterface \
    33         -leapqtconfiginterface \
    34         -leapqtplugininfo
    34         -leapqtplugininfo
    35 
    35 
    36 MOC_DIR    = _moc
    36 MOC_DIR    = _build
    37 RCC_DIR    = _rcc
    37 RCC_DIR    = _build
    38 OBJECTS_DIR= _objects
    38 OBJECTS_DIR= _build
    39 
    39 
    40 # Sources
    40 # Sources
    41 HEADERS +=  \
    41 HEADERS +=  \
    42     ../inc/eapuidefs.h \
    42     ../inc/eapuidefs.h \
    43     inc/cpeapuserpasswordui.h \
    43     inc/cpeapuserpasswordui.h \