# qt-event-dispatcher-libuv **Repository Path**: BeiShenTecTeam/qt-event-dispatcher-libuv ## Basic Information - **Project Name**: qt-event-dispatcher-libuv - **Description**: Add libuv as a supported backend for Qt's event loop - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-09 - **Last Updated**: 2024-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Qt Event Dispatcher for libuv ============================= The event dispatcher adds libuv as a supported backend for Qt's event loop. The build scripts are currently ommited from this repository as they are currently included in [Qtjs Generator](http://github.com/svalaskevicius/qtjs-generator/) as a submodule and are sharing its build setup. Please see `tests/features`, `tests/spec/` and `src/runner/` subprojects in qtjs-generator for the example build configurations. DEPENDENCIES ------------ * C++11 * Qt 5.2 * [Catch](http://github.com/philsquared/Catch) and [Turtle](http://turtle.sourceforge.net/) for development LICENSE ------- [BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause).