Cleanup
Annotate for file commonqt.mbd
2010-01-10 tobias 1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
08:53:29 ' 2 (in-package :sysdef-user)
' 3
' 4 (define-system :cl-smoke.commonqt ()
' 5 (:version 0 0 1)
2009-07-24 tobias 6 (:documentation "cl-smoke CommonQt compability layer.
13:39:55 ' 7 Allows the usage of cl-smoke using the CommonQt API.")
2010-01-10 tobias 8 (:author "Tobias Rautenkranz")
2009-07-24 tobias 9 (:license "GPL with linking exception")
2010-01-10 tobias 10 (:needs :smoke :qt :cl-ppcre :cffi)
08:53:29 ' 11 (:components
' 12 ("src" module
' 13 (:components
' 14 "package"
' 15 ("signal-slot" (:needs "commonqt"))
' 16 ("commonqt" (:needs "package"))))))