if you use version 1.6.5 of Git and later :
git clone --recursive https://github.com/yoer/qters.git
or older Git versions :
git clone https://github.com/yoer/qters.git
cd qters( which call '$QTERS_BASE' under )
git submodule update --init --recursive
after clone, then execute 'submodule-master.sh' to checkout all submodules's branch to master.
Open $QTERS_BASE/build/Qters.pro by QtCreator
All builded info will output to $QTERS_BASE/../Qters_build folder
- chaos
- copy database from '$QTERS_BASE/QrChaos/demo/data/chaos.db' to '$QTERS_BASE/../Qters_build/debug_dest/data/chaos.db'
- run '$QTERS_BASE/../Qters_build/demo_qrchaosd'
service is a logic module or a function module, or a bussiness module, which developed by different corporate sector or workgroup.
service would be loaded by QPluginLoader if module had been configed in database.
-
test framework
-
simple, convinient and thread safe logger
-
orm framework
-
common library
-
cilent develop framework
-
a client framework in common use
-