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