Receptacle is a desktop application that serves as a host for plugins. The hosted plugins typically perform desktop automation jobs and may use a GUI.
- Qt 5.2
cd Receptacle/build
qmake ../lib && make
cd test/unit/build
qmake ../lib && make
./tst_unittest
cd test/integration/build/debug
qmake ../../lib && make
./tst_integrationtest
cd Receptacle
doxygen doc/Doxyfile
2014 William Wedler, See COPYING and COPYING.LESSER for details. The [FLOSS licence guide][2] provides a compatibility summary.