initial import
Annotate for file commonqt.mbd
2009-07-02 tobias 1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
17:34:07 ' 2 (in-package :sysdef-user)
' 3
' 4 (define-system :cl-smoke.commonqt ()
' 5 (:version 0 0 1)
' 6 (:documentation "CL-smoke CommonQT compability layer.")
' 7 (:author "Tobias Rautenkranz")
' 8 (:needs :smoke :qt :cl-ppcre :cffi)
' 9 (:components
' 10 ("src" module
' 11 (:components
' 12 "package"
' 13 ("signal-slot" (:needs "commonqt"))
' 14 ("commonqt" (:needs "package"))))))