[Bug 258444] devel/qbs: qbs doesn't find Qt components
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 30 00:28:38 GMT 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258444
Adriaan de Groot <adridg at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adridg at freebsd.org
--- Comment #3 from Adriaan de Groot <adridg at freebsd.org> ---
Simple way to check (doesn't need an entire tok checkout):
=== main.cpp
int main() {}
===
=== hello.qbs
Application {
name: "hello"
files: "main.cpp"
Depends { name: "cpp" }
Depends { name: "Qt.core" }
}
===
Output is
===
Build graph does not yet exist for configuration 'default'. Starting from
scratch.
Resolving project for configuration default
Detecting Qt installations...
Found Qt at '/usr/local/lib/qt5/bin/qmake'.
Setting up Qt at '/usr/local/lib/qt5/bin/qmake'...
...
===
As tcberner points out, Tok has other build problems once qbs auto-finds our
qmakes.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list