securitysettings/eapqtdialogs/eapqtdialogs.pro
changeset 34 ad1f037f1ac2
parent 31 372d2d6c5cf9
child 44 22d80358905b
equal deleted inserted replaced
31:372d2d6c5cf9 34:ad1f037f1ac2
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: EAP Dialog build file
    14 # Description: EAP Dialog build file
    15 #
    15 #
    16 #
    16 #
       
    17 # %version: 12 %
       
    18 #
    17 
    19 
    18 TEMPLATE = lib
    20 TEMPLATE = lib
    19 TARGET = eapdialogplugin
    21 TARGET = eapdialogplugin
    20 CONFIG += hb plugin
    22 CONFIG += hb plugin
    21 
    23 
    23 INCLUDEPATH += .
    25 INCLUDEPATH += .
    24 DEPENDPATH += .
    26 DEPENDPATH += .
    25 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs
    27 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs
    26 
    28 
    27 # directories for generated files
    29 # directories for generated files
    28 MOC_DIR     = _moc
    30 MOC_DIR     = _build
    29 RCC_DIR     = _rcc
    31 RCC_DIR     = _build
    30 OBJECTS_DIR = _obj
    32 OBJECTS_DIR = _build
       
    33 
    31 HEADERS += inc/eapdialogplugin.h \
    34 HEADERS += inc/eapdialogplugin.h \
    32            inc/eapusernamepwddialog.h  \ 
    35            inc/eapquerydialog.h \
       
    36            inc/eappasswordquerydialog.h \
       
    37            inc/eapusernamepwddialog.h  \
       
    38            inc/eapfastprovwaitnotedialog.h \
       
    39            inc/eapmschapv2pwdexpirednotedialog.h \
       
    40            inc/eapmschapv2oldpwddialog.h \
       
    41            inc/eapmschapv2newpwddialog.h \
       
    42            inc/eapfastprovnotsuccessnotedialog.h \
       
    43            inc/eapfastinstallpacquerydialog.h \
       
    44            inc/eapfastpacstorepwquerydialog.h \
       
    45            inc/eapfastpacfilepwquerydialog.h \
       
    46            inc/eapfastcreatemasterkeyquerydialog.h \
    33            traces/OstTraceDefinitions.h
    47            traces/OstTraceDefinitions.h
    34 
    48 
    35 SOURCES += src/eapdialogplugin.cpp \
    49 SOURCES += src/eapdialogplugin.cpp \
    36            src/eapusernamepwddialog.cpp
    50            src/eapquerydialog.cpp \
       
    51            src/eappasswordquerydialog.cpp \
       
    52            src/eapusernamepwddialog.cpp \
       
    53            src/eapfastprovwaitnotedialog.cpp \
       
    54            src/eapmschapv2oldpwddialog.cpp \
       
    55            src/eapmschapv2newpwddialog.cpp \
       
    56            src/eapmschapv2pwdexpirednotedialog.cpp \
       
    57            src/eapfastprovnotsuccessnotedialog.cpp \
       
    58            src/eapfastinstallpacquerydialog.cpp \
       
    59            src/eapfastpacstorepwquerydialog.cpp \
       
    60            src/eapfastpacfilepwquerydialog.cpp \
       
    61            src/eapfastcreatemasterkeyquerydialog.cpp
    37 
    62 
    38 symbian: {
    63 symbian: {
    39     TARGET.EPOCALLOWDLLDATA = 1
    64     TARGET.EPOCALLOWDLLDATA = 1
    40     TARGET.CAPABILITY = CAP_GENERAL_DLL
    65     TARGET.CAPABILITY = CAP_GENERAL_DLL
    41     TARGET.UID3 = 0x2002E6F2
    66     TARGET.UID3 = 0x2002E6F2
    44 
    69 
    45     pluginstub.sources = eapdialogplugin.dll
    70     pluginstub.sources = eapdialogplugin.dll
    46     pluginstub.path = /resource/plugins/devicedialogs
    71     pluginstub.path = /resource/plugins/devicedialogs
    47     DEPLOYMENT += pluginstub
    72     DEPLOYMENT += pluginstub
    48 }
    73 }
       
    74 
    49 TRANSLATIONS = eapprompts.ts
    75 TRANSLATIONS = eapprompts.ts
    50 
    76 
    51 LIBS  += -leapqtconfiginterface -leapqtplugininfo
    77 LIBS  += -leapqtconfiginterface -leapqtplugininfo
    52