HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sfdk qmake — Execute qmake build step. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/m

Submitted by: @import:tldr-pages··
0
Viewed 0 times
sfdk qmakecommandbuildqmakestepexecuteclimore

Problem

How to use the sfdk qmake command: Execute qmake build step. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.qmake.adoc>.

Solution

sfdk qmake — Execute qmake build step. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.qmake.adoc>.

Run qmake build:
sfdk qmake


Run shadow qmake build in a specified project:
sfdk qmake {{project}}


Run build with extra qmake arguments:
sfdk qmake -- {{arguments}}


Run shadow qmake build with extra qmake arguments:
sfdk qmake {{project}} {{arguments}}

Code Snippets

Run qmake build

sfdk qmake

Run shadow qmake build in a specified project

sfdk qmake {{project}}

Run build with extra qmake arguments

sfdk qmake -- {{arguments}}

Run shadow qmake build with extra qmake arguments

sfdk qmake {{project}} {{arguments}}

Context

tldr-pages: common/sfdk qmake

Revisions (0)

No revisions yet.