From 9e6c199f22d53c245f53c124a2101b53acaf2981 Mon Sep 17 00:00:00 2001 From: Atul R Date: Sun, 11 Aug 2019 23:35:52 +0200 Subject: [PATCH] Fix dependencies --- README.md | 20 ++- config/qt.gypi | 2 +- package-lock.json | 321 +++++++++++++++++++++++++++------------------- package.json | 5 +- 4 files changed, 198 insertions(+), 150 deletions(-) diff --git a/README.md b/README.md index 12276b735..f454298d0 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,18 @@ A cross platform library to build native desktop apps. Based on Qt5. - [x] Can use all node compatible npm modules. - [x] Native widget event listener support. - [x] Should be usable for commercial applications aswell. -- [ ] (Partial) Should have a decent list of stylable native widgets. +- [x] (Partial) Should have a decent list of stylable native widgets. - [ ] Easy build and packaging process. -- [ ] Good Devtools support (hot reload, live reload, debugging etc). +- [x] Good Devtools support (hot reload, live reload, debugging etc). - [x] Good documentation and website. - [x] Good documentation for contributors. - [x] Good support for dark mode (Thanks to QT). - [x] Typescript support +## Starter + +https://github.com/nodegui/nodegui-starter + ## Docs for contributing Looking to contribute? If you wish to implement a new widget/add more features and need help understanding the codebase. You can start here: @@ -49,14 +53,8 @@ https://github.com/nodegui/nodegui/tree/master/docs/development ### LICENSE -``` -Since we do not in any way modify the code of Qt and only link to it dynamically, I beleive we are in compliance with the LGPL license requirements of QT. And hence this library can be licensed under its own License (for which we have chosen MIT License). -The links to QT source code and appropriate license notices are attached. We try our best to abide by the software licenses and any non compliance is not by will. If there is some discrepancy please let us know in the issues and we will try and fix it up. -If you follow the recommended build steps and do not statically link QT libraries on your own you are safe to use this library for commerical puropses (provided you abide by MIT License). -``` +> Since we do not in any way modify the code of Qt and only link to it dynamically, I beleive we are in compliance with the LGPL license requirements of QT. And hence this library can be licensed under its own License (for which we have chosen MIT License). +> The links to QT source code and appropriate license notices are attached. We try our best to abide by the software licenses and any non compliance is not by will. If there is some discrepancy please let us know in the issues and we will try and fix it up. +> If you follow the recommended build steps and do not statically link QT libraries on your own you are safe to use this library for commerical puropses (provided you abide by MIT License). MIT - -# TODO - -- Make https://github.com/nodegui/nodegui-starter diff --git a/config/qt.gypi b/config/qt.gypi index 9aa04842c..e4b14635f 100644 --- a/config/qt.gypi +++ b/config/qt.gypi @@ -1,7 +1,7 @@ { "target_defaults": { 'variables': { - 'qt_home_dir%': "