initial import
cl-smoke.qt.svg.asd
Sat Jan 16 17:11:33 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* initial import
--- old-qt.svg/cl-smoke.qt.svg.asd 1970-01-01 01:00:00.000000000 +0100
+++ new-qt.svg/cl-smoke.qt.svg.asd 2014-10-30 07:52:44.000000000 +0100
@@ -0,0 +1,13 @@
+(defsystem :cl-smoke.qt.svg
+ :name :cl-smoke.qt.svg
+ :version (0 0 1)
+ :author "Tobias Rautenkranz"
+ :license "GPL with linking exception"
+ :description "Qt SVG module."
+
+ :depends-on (:cl-smoke.smoke :cl-smoke.qt.core :cl-smoke.qt.gui)
+ :components
+ ((:module "src"
+ :components
+ ((:file "package")
+ (:file "qt.svg" :depends-on ("package"))))))