https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258444

Adriaan de Groot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Adriaan de Groot <[email protected]> ---
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.

Reply via email to