initial import
Annotate for file /cl-smoke.qt.svg.asd
2010-01-16 tobias 1 (defsystem :cl-smoke.qt.svg
16:11:33 ' 2 :name :cl-smoke.qt.svg
' 3 :version (0 0 1)
' 4 :author "Tobias Rautenkranz"
' 5 :license "GPL with linking exception"
' 6 :description "Qt SVG module."
' 7
' 8 :depends-on (:cl-smoke.smoke :cl-smoke.qt.core :cl-smoke.qt.gui)
' 9 :components
' 10 ((:module "src"
' 11 :components
' 12 ((:file "package")
' 13 (:file "qt.svg" :depends-on ("package"))))))