Skip to content

yoer/qters

Repository files navigation

how to clone respository

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.

how to build

Open $QTERS_BASE/build/Qters.pro by QtCreator
All builded info will output to $QTERS_BASE/../Qters_build folder

how to run

  • chaos qters-chaos
    1. copy database from '$QTERS_BASE/QrChaos/demo/data/chaos.db' to '$QTERS_BASE/../Qters_build/debug_dest/data/chaos.db'
    2. run '$QTERS_BASE/../Qters_build/demo_qrchaosd'

framework

qters-framework

concepts

what is service?

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.

submodule(DONE)

submodule(DOING)

About

client development frame of Qt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages