qt-light/qt-light.egg
Felix L. Winkelmann a3b9f5c072 qt-light 1.0 for C5
git-svn-id: https://code.call-cc.org/svn/chicken-eggs/release/5/qt-light@38001 fca3e652-9b03-0410-8d7b-ac86a6ce46c4
2022-10-11 11:15:01 -05:00

14 lines
447 B
Plaintext

((synopsis "A lightweight Qt 5 interface")
(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")
)))