Commit 925e33e6 authored by faenil's avatar faenil

Merge pull request #10 from SfietKonstantin/tools

[tools] Adds generate.sh
parents b84aefa4 1a20b633
......@@ -7,3 +7,5 @@ How to use the components generator
5. qmlRegisterUncreatableType the new created components in qquicknemostyleextensionplugin.cpp and
adds them in the style.pro file
6. update theme files if needed
You can also run ./generate.sh in the tools folder instead of doing 3 and 4.
#!/bin/sh
./themehelper.py components.json
mv *.h ../../src/styles/autogenerated/
mv *.cpp ../../src/styles/autogenerated/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment