equal
deleted
inserted
replaced
28 |
28 |
29 TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 |
29 TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 |
30 QT += network |
30 QT += network |
31 DEFINES += HB_RESOURCES_DIR=\"\\\"$${HB_RESOURCES_DIR}\\\"\" |
31 DEFINES += HB_RESOURCES_DIR=\"\\\"$${HB_RESOURCES_DIR}\\\"\" |
32 |
32 |
|
33 CONFIG += hb |
|
34 |
33 # directories |
35 # directories |
34 DESTDIR = $${HB_BUILD_DIR}/bin |
36 DESTDIR = $${HB_BUILD_DIR}/bin |
35 |
37 |
36 # dependencies |
38 # dependencies |
37 hbAddLibrary(hbcore/HbCore) |
39 hbAddLibrary(hbcore/HbCore) |
44 SOURCES += themeselectionlist.cpp |
46 SOURCES += themeselectionlist.cpp |
45 SOURCES += themechangermain.cpp |
47 SOURCES += themechangermain.cpp |
46 |
48 |
47 symbian { |
49 symbian { |
48 TARGET.CAPABILITY += WriteDeviceData |
50 TARGET.CAPABILITY += WriteDeviceData |
|
51 SKINICON = qtg_large_personalization |
49 } |
52 } |
50 |
53 |
51 # installation |
54 # installation |
52 !local { |
55 !local { |
53 target.path = $${HB_BIN_DIR} |
56 target.path = $${HB_BIN_DIR} |