14 lines
480 B
Plaintext
14 lines
480 B
Plaintext
|
((synopsis "An example program that uses a subclassed QT widget.")
|
||
|
(category ui)
|
||
|
(license "BSD")
|
||
|
(dependencies bind protobj qt-light matchable miscmacros shell)
|
||
|
(author "Jaidyn Ann")
|
||
|
(components
|
||
|
(extension
|
||
|
goodbye-widgets
|
||
|
(custom-build "../../chicken-compile-qt-extension.scm")
|
||
|
(csc-options ;
|
||
|
"-O3" "-d1" "-X" "bind" "-s" "-k" "-emit-link-file" "goodbye-widgets.link" "-o" "goodbye-widgets.o")
|
||
|
)
|
||
|
(program goodbye)))
|