equal
deleted
inserted
replaced
34 # components |
34 # components |
35 include(devicedialogs/devicedialogs.pri) |
35 include(devicedialogs/devicedialogs.pri) |
36 include(editors/editors.pri) |
36 include(editors/editors.pri) |
37 include(itemviews/itemviews.pri) |
37 include(itemviews/itemviews.pri) |
38 include(popups/popups.pri) |
38 include(popups/popups.pri) |
|
39 include(primitives/primitives.pri) |
39 include(sliders/sliders.pri) |
40 include(sliders/sliders.pri) |
40 include(widgets/widgets.pri) |
41 include(widgets/widgets.pri) |
41 include(dataform/dataform.pri) |
42 include(dataform/dataform.pri) |
42 |
43 |
43 CONVENIENCE_HEADERS += $${HB_BUILD_DIR}/include/hbwidgets/hbwidgets.h |
44 CONVENIENCE_HEADERS += $${HB_BUILD_DIR}/include/hbwidgets/hbwidgets.h |
72 defFilePath = defs |
73 defFilePath = defs |
73 |
74 |
74 TARGET.EPOCALLOWDLLDATA = 1 |
75 TARGET.EPOCALLOWDLLDATA = 1 |
75 TARGET.CAPABILITY = CAP_GENERAL_DLL |
76 TARGET.CAPABILITY = CAP_GENERAL_DLL |
76 TARGET.UID3 = 0x20022FCC |
77 TARGET.UID3 = 0x20022FCC |
|
78 MMP_RULES += SMPSAFE |
77 |
79 |
78 LIBS += -lsystemtoneservice |
80 LIBS += -lsystemtoneservice |
79 |
81 |
80 # DEPLOYMENT_PLUGIN += qjpeg # TODO: Removed because this is already in qt.sis and that caused problems |
82 # DEPLOYMENT_PLUGIN += qjpeg # TODO: Removed because this is already in qt.sis and that caused problems |
81 DEFINES += SYMBIAN_TARGET_ICON_CACHE_SIZE # TODO: what's this? why not use Q_OS_SYMBIAN? |
83 DEFINES += SYMBIAN_TARGET_ICON_CACHE_SIZE # TODO: what's this? why not use Q_OS_SYMBIAN? |