Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qtquickcontrols-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
qtquickcontrols-nemo
Commits
925e33e6
Commit
925e33e6
authored
Nov 12, 2013
by
faenil
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10 from SfietKonstantin/tools
[tools] Adds generate.sh
parents
b84aefa4
1a20b633
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
README
tools/themehelper/README
+2
-0
generate.sh
tools/themehelper/generate.sh
+4
-0
No files found.
tools/themehelper/README
View file @
925e33e6
...
@@ -7,3 +7,5 @@ How to use the components generator
...
@@ -7,3 +7,5 @@ How to use the components generator
5. qmlRegisterUncreatableType the new created components in qquicknemostyleextensionplugin.cpp and
5. qmlRegisterUncreatableType the new created components in qquicknemostyleextensionplugin.cpp and
adds them in the style.pro file
adds them in the style.pro file
6. update theme files if needed
6. update theme files if needed
You can also run ./generate.sh in the tools folder instead of doing 3 and 4.
tools/themehelper/generate.sh
0 → 100755
View file @
925e33e6
#!/bin/sh
./themehelper.py components.json
mv
*
.h ../../src/styles/autogenerated/
mv
*
.cpp ../../src/styles/autogenerated/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment