equal
deleted
inserted
replaced
16 TARGET = irqutility |
16 TARGET = irqutility |
17 TARGET.CAPABILITY += CAP_GENERAL_DLL |
17 TARGET.CAPABILITY += CAP_GENERAL_DLL |
18 |
18 |
19 MOC_DIR = moc |
19 MOC_DIR = moc |
20 DEPENDPATH = src |
20 DEPENDPATH = src |
21 |
21 defFilePath = .. |
22 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
22 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
23 |
23 |
24 INCLUDEPATH += ../../internetradio2.0/datastructuresinc \ |
24 INCLUDEPATH += ../../internetradio2.0/datastructuresinc \ |
25 ../../internetradio2.0/presetplugininc |
25 ../../internetradio2.0/presetplugininc \ |
|
26 ../../presetserver/include \ |
|
27 ../../presetserver/clientinc \ |
|
28 ../../presetserver/serverinc |
26 |
29 |
27 LIBS += -lirdatastructures \ |
30 LIBS += -lirdatastructures \ |
28 -lfbscli \ |
31 -lfbscli \ |
29 -lcone \ |
32 -lcone \ |
30 -lws32 \ |
33 -lws32 \ |
31 -lapgrfx \ |
34 -lapgrfx \ |
32 -lxqsettingsmanager \ |
35 -lxqsettingsmanager \ |
33 -lapmime |
36 -lapmime \ |
|
37 -lapparc \ |
|
38 -lpsclient100 |
34 |
39 |
35 symbian{ |
40 symbian{ |
36 TARGET.UID3 = 0xef3c4675 |
41 TARGET.UID3 = 0xef3c4675 |
37 TARGET.EPOCALLOWDLLDATA = 1 |
42 TARGET.EPOCALLOWDLLDATA = 1 |
38 } |
43 } |
39 |
44 |
40 #input |
45 #input |
41 |
46 |
42 #header files list |
47 #header files list |
43 HEADERS += inc\irqisdsdatastructure.h \ |
48 HEADERS += inc\irqisdsdatastructure.h \ |
44 inc\irqutility.h |
49 inc\irqutility.h \ |
|
50 inc\irservicedata.h \ |
|
51 inc\irservicedef.h |
45 |
52 |
46 |
53 |
47 #source files list |
54 #source files list |
48 SOURCES += irqisdsdatastructure.cpp \ |
55 SOURCES += irqisdsdatastructure.cpp \ |
49 irqutility.cpp |
56 irqutility.cpp |