2024-02-04 13:11:02 -06:00
|
|
|
((synopsis "A lightweight Qt 6 interface")
|
2019-12-07 07:34:28 -06:00
|
|
|
(category ui)
|
|
|
|
(license "BSD")
|
|
|
|
(dependencies bind protobj matchable miscmacros shell)
|
|
|
|
(author "felix winkelmann")
|
|
|
|
(components
|
|
|
|
(program chicken-compile-qt-extension)
|
|
|
|
(extension
|
|
|
|
qt-light
|
|
|
|
(custom-build "chicken-compile-qt-extension.scm")
|
|
|
|
(csc-options ;
|
|
|
|
"-O3" "-d1" "-X" "bind" "-s" "-k" "-emit-link-file" "qt-light.link" "-o" "qt-light.o")
|
|
|
|
)))
|