From e4e0ea20e010d893502b78f422a3d54e3d66c536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 20 Jul 2018 20:08:33 -0300 Subject: [PATCH] Add mini-qml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c172ac..c7b053e 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ A curated list of awesome Qt and QML libraries, resources, projects, and shiny t * [quickflux-project-template](https://github.com/benlau/quickflux-project-template) - Project template using QuickFlux with unit tests. * [QMLApplicationTemplate](https://github.com/qCring/QMLApplicationTemplate) - CMake project template for a simple QML application. * [Qt-Qbs-Application](https://github.com/approximator/Qt-Qbs-Application) - Qt Qbs application boilerplate and useful scripts. +* [mini-qml](https://github.com/patrickelectric/mini-qml) - A minimal example to deploy Qml applications for Windows, Linux and Mac with Travis and AppVeyor. ## Testing * [qmlunit](https://github.com/fgrehm/qmlunit) - An easy-to-use Unit Testing framework for Qt Declarative UI - QML [unmaintained].