mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
840 B
Plaintext
30 lines
840 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sfdk qmltypes
|
|
|
|
> Generate qmltypes files.
|
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/80-ide-qmltypes/doc/command.qmltypes.adoc>.
|
|
|
|
- Generate qmltypes files:
|
|
|
|
`sfdk qmltypes`
|
|
|
|
- Generate qmltypes files without deploying them (usually to emulator):
|
|
|
|
`sfdk qmltypes --no-deploy`
|
|
|
|
- Generate qmltypes files without restoring the emulator after deployment:
|
|
|
|
`sfdk qmltypes --no-restore-emulator`
|
|
|
|
- Generate qmltypes files and restore the emulator after deployment even on failure:
|
|
|
|
`sfdk qmltypes --restore-emulator`
|
|
|
|
- Generate qmltypes files without reverting changes which only include removal of statements with `sdk-make-qmltypes:keep` in comments:
|
|
|
|
`sfdk qmltypes --no-keep`
|