equal
deleted
inserted
replaced
12 # Contributors: |
12 # Contributors: |
13 # |
13 # |
14 # Description: |
14 # Description: |
15 # |
15 # |
16 |
16 |
|
17 include(../buildflags.pri) |
|
18 |
17 TEMPLATE = lib |
19 TEMPLATE = lib |
18 TARGET = radiowidgetsplugin |
20 TARGET = fmradiowidgetsplugin |
19 |
21 symbian:TARGET.UID3 = 0x2002FF4D |
20 win32: { |
|
21 DESTDIR = ../bin |
|
22 LIBS += -L../bin |
|
23 } |
|
24 |
22 |
25 CONFIG += hb plugin |
23 CONFIG += hb plugin |
26 QT += core |
24 QT += core |
27 |
25 |
28 INCLUDEPATH += ../radiowidgets/inc |
26 INCLUDEPATH += ../radiowidgets/inc |
29 INCLUDEPATH += ../commoninc |
27 INCLUDEPATH += ../../common |
30 |
28 |
31 symbian: { |
29 symbian: { |
32 TARGET.EPOCALLOWDLLDATA = 1 |
30 pluginstub.sources = fmradiowidgetsplugin.dll |
33 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
34 pluginstub.sources = radiowidgetsplugin.dll |
|
35 pluginstub.path = /resource/plugins |
31 pluginstub.path = /resource/plugins |
36 DEPLOYMENT += pluginstub |
32 DEPLOYMENT += pluginstub |
37 } |
33 } |
38 |
34 |
39 SOURCES += main.cpp |
35 SOURCES += main.cpp |
40 |
36 |
41 LIBS += -lradiowidgets |
37 LIBS += -lfmradiowidgets |