Jaidyn Ann
1704d392e8
This small example demonstrates defining and binding to your own subclass of a QT widget.
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)))
|