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