wlanutilities/wlanentryplugin/wlanentryplugin.pro
changeset 31 e8f4211554fb
parent 19 10810c91db26
equal deleted inserted replaced
30:ab513c8439db 31:e8f4211554fb
    10 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
       
    15 # WLAN Entry Plugin Qt project file.
    15 #
    16 #
    16 
    17 
    17 TEMPLATE = lib
    18 TEMPLATE = lib
    18 TARGET = cpwlanentryplugin
    19 TARGET = cpwlanentryplugin
    19 DEPENDPATH += .
    20 DEPENDPATH += .
    20 INCLUDEPATH += .
    21 INCLUDEPATH += .
    21 INCLUDEPATH += traces
    22 INCLUDEPATH += traces
    22 # wlanutilities Private API
    23 # wlanutilities Private API
    23 INCLUDEPATH += ../inc
    24 INCLUDEPATH += ../inc
    24 CONFIG += hb plugin
    25 CONFIG += hb plugin
    25 MOC_DIR = moc
    26 LIBS += -lwlanqtutilities -lcpframework -lxqservice -lxqserviceutil -lqtsysteminfo -lxqsettingsmanager
    26 OBJECTS_DIR = obj
    27 
    27 RCC_DIR = rcc
    28 # Temporary solution to fix tracecompiler
    28 LIBS += -lwlanqtutilities -lcpframework -lxqservice -lqtsysteminfo
    29 # When tracecompiler is fixed, this can be removed
       
    30 symbian: {
       
    31     MMP_RULES += "USERINCLUDE traces"
       
    32 }
       
    33 
       
    34 #Store generated files to their own directory
       
    35 MOC_DIR = build
       
    36 RCC_DIR = build
    29 
    37 
    30 # Sources
    38 # Sources
    31 HEADERS += \
    39 HEADERS += \
    32     inc/cpwlanentryplugin.h \
    40     inc/cpwlanentryplugin.h \
    33     inc/cpwlanentryitemdata.h \
    41     inc/cpwlanentryitemdata.h \