equal
deleted
inserted
replaced
34 DESTDIR = $${HB_BUILD_DIR}/bin |
34 DESTDIR = $${HB_BUILD_DIR}/bin |
35 |
35 |
36 # dependencies |
36 # dependencies |
37 hbAddLibrary(hbcore/HbCore) |
37 hbAddLibrary(hbcore/HbCore) |
38 hbAddLibrary(hbwidgets/HbWidgets) |
38 hbAddLibrary(hbwidgets/HbWidgets) |
|
39 hbAddLibrary(hbutils/HbUtils) |
39 |
40 |
40 # Input |
41 # Input |
41 HEADERS += themechangerdefs.h |
42 HEADERS += themechangerdefs.h |
42 HEADERS += themeselectionlist.h |
43 HEADERS += themeselectionlist.h |
43 SOURCES += themeselectionlist.cpp |
44 SOURCES += themeselectionlist.cpp |
44 SOURCES += themechangermain.cpp |
45 SOURCES += themechangermain.cpp |
45 |
46 |
46 symbian { |
47 symbian { |
47 TARGET.CAPABILITY += WriteDeviceData |
48 TARGET.CAPABILITY += WriteDeviceData |
48 HEADERS += themeclientsymbian.h |
|
49 SOURCES += themeclientsymbian.cpp |
|
50 } else { |
|
51 HEADERS += themeclientqt.h |
|
52 SOURCES += themeclientqt.cpp |
|
53 } |
49 } |
54 |
50 |
55 # installation |
51 # installation |
56 !local { |
52 !local { |
57 target.path = $${HB_BIN_DIR} |
53 target.path = $${HB_BIN_DIR} |