summaryrefslogtreecommitdiff
path: root/docs/hacking-qml.rst
blob: 07efff7deaac1a1551521a0ce265f6d61fdb7499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QML best practices
==================
* https://github.com/Furkanzmc/QML-Coding-Guide/blob/master/README.md
* lint your qml files::

  make qmllint

Debugging
---------
In windows you need to add some flags to obtain QML debug:

  QT_FORCE_STDERR_LOGGING=1 QT_LOGGING_DEBUG=1 ./riseup-vpn.exe