← 返回命令列表

Linux command

sfdk-qmake 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Run qmake in build environment

sfdk qmake

Configure with debug option

sfdk qmake CONFIG+=debug

Display qmake help

sfdk qmake --help

说明

sfdk qmake runs qmake inside the Sailfish OS build environment with correct Qt configuration. Together with sfdk make, it allows running rpmbuild so that just the corresponding part of the %build section of the SPEC file is executed. Part of Sailfish SDK.

FAQ

What is the sfdk-qmake command used for?

sfdk qmake runs qmake inside the Sailfish OS build environment with correct Qt configuration. Together with sfdk make, it allows running rpmbuild so that just the corresponding part of the %build section of the SPEC file is executed. Part of Sailfish SDK.

How do I run a basic sfdk-qmake example?

Run `sfdk qmake` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more sfdk-qmake examples?

This page includes 3 examples for sfdk-qmake, plus related commands for nearby Linux tasks.