locationsystemui/locationsysui/posindicator/posindicatorplugin/posindicator.pro
changeset 40 16118e24b93b
parent 33 834e27cad510
equal deleted inserted replaced
33:834e27cad510 40:16118e24b93b
    19 TARGET = posindicator
    19 TARGET = posindicator
    20 CONFIG += hb \
    20 CONFIG += hb \
    21           plugin
    21           plugin
    22 MOC_DIR =     moc
    22 MOC_DIR =     moc
    23 OBJECTS_DIR = obj
    23 OBJECTS_DIR = obj
    24 RESOURCES += posindicatorplugin.qrc
       
    25 
    24 
    26 DEPENDPATH += .
    25 DEPENDPATH += .
    27 INCLUDEPATH += ../inc
    26 INCLUDEPATH += ../inc
    28 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    27 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    29 
    28 
    49 
    48 
    50     pluginstub.sources = posindicator.dll
    49     pluginstub.sources = posindicator.dll
    51     pluginstub.path = /resource/plugins/indicators
    50     pluginstub.path = /resource/plugins/indicators
    52     DEPLOYMENT += pluginstub
    51     DEPLOYMENT += pluginstub
    53     
    52     
    54     # Add translation files
       
    55     addFiles.sources = translations/lilocationmw.qm
       
    56     addFiles.path = .
       
    57     DEPLOYMENT += addFiles
       
    58 }
    53 }
    59 
    54