52
|
1 |
TEMPLATE = lib
|
|
2 |
TARGET = usbindicatorplugin
|
|
3 |
CONFIG += plugin
|
|
4 |
CONFIG += hb
|
|
5 |
HEADERS += inc/usbindicatorplugin.h \
|
|
6 |
inc/usbindicator.h \
|
58
|
7 |
inc/usbaddressedindicator.h \
|
|
8 |
inc/usbmassstorageindicator.h \
|
|
9 |
inc/usbdisconnectingindicator.h
|
52
|
10 |
|
|
11 |
SOURCES += src/usbindicatorplugin.cpp \
|
|
12 |
src/usbindicator.cpp \
|
58
|
13 |
src/usbaddressedindicator.cpp \
|
|
14 |
src/usbmassstorageindicator.cpp \
|
|
15 |
src/usbdisconnectingindicator.cpp
|
|
16 |
|
|
17 |
LIBS += -lmsmmindicatorsession
|
52
|
18 |
|
|
19 |
TRANSLATIONS = usbindimenu.ts
|
|
20 |
|
|
21 |
symbian {
|
|
22 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
23 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
|
24 |
TARGET.UID3 = 0x2002E70D
|
|
25 |
pluginstub.sources = usbindicatorplugin.dll
|
|
26 |
pluginstub.path = /resource/plugins/indicators
|
|
27 |
DEPLOYMENT += pluginstub
|
|
28 |
}
|
|
29 |
BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
|
|
30 |
"qmakepluginstubs/usbindicatorplugin.qtplugin /epoc32/data/z/pluginstub/usbindicatorplugin.qtplugin" \
|
|
31 |
"rom/usbindicatorplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(usbindicatorplugin.iby)" \
|
|
32 |
"rom/usbindicatorpluginresources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(usbindicatorpluginresources.iby)"
|