Initial import
cl-smoke.qt.opengl.asd
Sun Feb 28 09:14:44 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Initial import
--- old-qt.opengl/cl-smoke.qt.opengl.asd 1970-01-01 01:00:00.000000000 +0100
+++ new-qt.opengl/cl-smoke.qt.opengl.asd 2014-10-30 07:51:50.000000000 +0100
@@ -0,0 +1,13 @@
+(defsystem :cl-smoke.qt.opengl
+ :name :cl-smoke.qt.opengl
+ :version (0 0 1)
+ :author "Tobias Rautenkranz"
+ :license "GPL with linking exception"
+ :description "Qt network module."
+
+ :depends-on (:cl-smoke.smoke :cl-smoke.qt.core :cl-smoke.qt.gui)
+ :components
+ ((:module "src"
+ :components
+ ((:file "package")
+ (:file "qt.opengl" :depends-on ("package"))))))