LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sfdk-qmake

Run qmake in Sailfish build environment

TLDR

Run qmake in build environment
$ sfdk qmake
copy
Configure with debug option
$ sfdk qmake CONFIG+=debug
copy
Display qmake help
$ sfdk qmake --help
copy

SYNOPSIS

sfdk qmake [qmakeoptions_]

DESCRIPTION

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.

SEE ALSO

sfdk(1), sfdk-cmake(1), sfdk-make(1), qmake(1)

Copied to clipboard
Kai