equal
deleted
inserted
replaced
25 DEFINES += BUILD_XQPLUGINS_DLL |
25 DEFINES += BUILD_XQPLUGINS_DLL |
26 |
26 |
27 QT -= gui |
27 QT -= gui |
28 LIBS += -lecom.dll |
28 LIBS += -lecom.dll |
29 LIBS += -lcharconv.dll |
29 LIBS += -lcharconv.dll |
30 INCLUDEPATH += /epoc32/include/domain \ |
30 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
31 /epoc32/include/domain/middleware \ |
|
32 /epoc32/include/domain/applications |
|
33 HEADERS = include/xqplugin.h \ |
31 HEADERS = include/xqplugin.h \ |
34 include/xqpluginloader.h \ |
32 include/xqpluginloader.h \ |
35 include/xqtecom.hrh \ |
33 include/xqtecom.hrh \ |
36 include/xqpluginfactory.h \ |
34 include/xqpluginfactory.h \ |
37 include/xqplugininfo.h \ |
35 include/xqplugininfo.h \ |
45 src/xqplugininfo.cpp \ |
43 src/xqplugininfo.cpp \ |
46 src/xqplugininfoprivate.cpp |
44 src/xqplugininfoprivate.cpp |
47 symbian { |
45 symbian { |
48 TARGET.CAPABILITY = All -TCB |
46 TARGET.CAPABILITY = All -TCB |
49 TARGET.EPOCALLOWDLLDATA = 1 |
47 TARGET.EPOCALLOWDLLDATA = 1 |
50 |
|
51 defFilePath=.. |
48 defFilePath=.. |
52 |
49 |
53 # deploy.path = / |
50 # deploy.path = / |
54 # headers.path = epoc32/include/mw |
51 # headers.path = epoc32/include/mw |
55 # headers.sources = include/xqpluginfactory.h \ |
52 # headers.sources = include/xqpluginfactory.h \ |