Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (38m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 09:55:26 UTC Now

2023-11-08 09:01:20 UTC MAIN commitmail json YAML

qt6: get extra configure arguments from cmake/configure-settings.mk
This makes fixes in the cmake settings for different platforms
to be added to the qt6 build automatically and be in one place
instead of having to replicated in the qt6 packages.
CMAKE_INSTALL_PREFIX had to be set when configuring qt6 modules
or they would be installed under ${PREFIX} instead of ${PREFIX}/qt6.

(nros)