equal
deleted
inserted
replaced
12 # Contributors: |
12 # Contributors: |
13 # |
13 # |
14 # Description: EAP Dialog build file |
14 # Description: EAP Dialog build file |
15 # |
15 # |
16 # |
16 # |
17 # %version: 12 % |
17 # %version: 13 % |
18 # |
18 # |
19 |
19 |
20 TEMPLATE = lib |
20 TEMPLATE = lib |
21 TARGET = eapdialogplugin |
21 TARGET = eapdialogplugin |
22 CONFIG += hb plugin |
22 CONFIG += hb plugin |
23 |
23 |
24 # directories |
24 # directories |
25 INCLUDEPATH += . |
25 INCLUDEPATH += . |
26 DEPENDPATH += . |
26 DEPENDPATH += . |
27 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs |
27 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs |
|
28 |
|
29 # Temporary solution to fix tracecompiler |
|
30 # When tracecompiler is fixed, this can be removed |
|
31 symbian: { |
|
32 MMP_RULES += "USERINCLUDE traces" |
|
33 } |
28 |
34 |
29 # directories for generated files |
35 # directories for generated files |
30 MOC_DIR = _build |
36 MOC_DIR = _build |
31 RCC_DIR = _build |
37 RCC_DIR = _build |
32 OBJECTS_DIR = _build |
38 OBJECTS_DIR = _build |