summaryrefslogtreecommitdiffstats
path: root/src/clientcompat/clientcompat.pro
Commit message (Collapse)AuthorAgeFilesLines
* Removed old deprecated c++ api.Denis Dzyubenko2012-10-111-35/+0
| | | | | | | This also removed old-style qml api that was using the old c++ api internally. Change-Id: Iee809bfacb4efeb31e625156420542247354dff7 Reviewed-by: Jamey Hicks <jamey.hicks@nokia.com>
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
| | | | | Change-Id: Id6970fef4e7fca223bac7540da01907068fc64cc Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
| | | | | Change-Id: I858d663ff7ce516fed42bae722d155dd890c6c33 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* follow s/QT_PRIVATE/QT_FOR_PRIVATE/ in qtbaseOswald Buddenhagen2012-08-061-1/+1
| | | | | Change-Id: I29c546fa441162165dd851d8ffe8893f1a0f4ec1 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Mark JsonDb compat and partition libraries as internal.Stephen Kelly2012-07-241-0/+1
| | | | | | | This causes the avoidance of creation of CMake files. Change-Id: I7a3af18dbee6977fdc71e3cc602a7def2690b5b8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* build system cleanupsOswald Buddenhagen2012-06-271-7/+1
| | | | | | | | | | | | | | - load(qt_module) => load(qt_build_config) - remove: - CONFIG+=module (obsolete) - pointless CONFIG+=create_prl - pointless setting of QMAKE_FRAMEWORK_BUNDLE_NAME - code relating to module version headers (automated now) - %mastercontent assignment (automated now) - qmake -project boilerplate Change-Id: I036d7e737b4458309067c383642cddfb90599f62 Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
* auto-generate module prisOswald Buddenhagen2012-06-271-9/+7
| | | | | | Change-Id: I818eb4900cb6ac4de427e1b7db0c6fdab3f60d0f Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
* use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-271-1/+0
| | | | | Change-Id: Iee5324ac523e603a25983b8a2581f07e44a5cdef Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
* Enable compile-time specification of jsondb socket name.Jamey Hicks2012-05-091-0/+2
| | | | | | | | | | To change the default jsondb socket name: qmake DEFINES+=JSONDB_SOCKET_NAME=/var/run/jsondb Fixes Bug #14089 Change-Id: Id628d1abce9a53e88008f3c6467c8271d90a65fd Reviewed-by: Jeremy Katz <jeremy.katz@nokia.com>
* Squash some more warningsKevin Simons2012-04-111-1/+0
| | | | | Change-Id: I4ea3e4901d5cfbb69336fe3fa3ee63d7d920a6b9 Reviewed-by: Prasanth Ullattil <prasanth.ullattil@nokia.com>
* Split partition handling out into a separate moduleKevin Simons2012-04-101-1/+2
| | | | | | | | | | | | | | | | | | | This is a brute force attempt to create a jsondbpartition module which can be used by the daemon, by autotests and by the client for private partitions. Most of the classes were largely unmodified by this change (with the exception of namespace and symbol exports). JsonDbManagedBtree was somewhat reworked in order not to expose QBtree as part of this module. Overall, the number of headers exposed by this module is far too large currently. Subsequent patches are needed to refine the APIs of this module, to make all the headers private and to overall reduce the number of headers provided. Change-Id: I6deaf32960102f9d3efcb290edd82381597657aa Reviewed-by: Jamey Hicks <jamey.hicks@nokia.com>
* Removed duplicate jsonstream class.Denis Dzyubenko2012-03-301-0/+1
| | | | | | | | This creates a static library that handles the wire protocol, which is reused by both server side and client side. Change-Id: Ic90af9a73430085cf7132bdef42a80898a82e391 Reviewed-by: Kevin Simons <kevin.simons@nokia.com>
* Implemented new c++ api for qtjsondb.Denis Dzyubenko2012-02-081-0/+42
The old api was not removed yet, but was moved to a separate qt5 module. It will be removed as soon as the rest of jsondb code doesn't depend on it. Change-Id: Icf190f378df476c33c40142503518ca043001d17 Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>