Lisp image loading
Annotate for file kde.mbd
2010-04-03 tobias 1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
17:29:08 ' 2
' 3 (in-package :sysdef-user)
' 4
' 5 (define-system :kde ()
' 6 (:version 0 0 1)
' 7 (:documentation "Smoke KDE bindings.")
' 8 (:keywords "GUI" "KDE")
' 9 (:author "Tobias Rautenkranz")
' 10 (:license "GPL with linking exception")
' 11 (:needs :qt)
2009-05-14 tobias 12 ; (:uses-macros-from :smoke)
2010-04-03 tobias 13 (:components
17:29:08 ' 14 ("src" module
' 15 (:components
' 16 "package"
' 17 ("dr-konqi" (:needs "package"))
' 18 ("kde" (:needs "package" "dr-konqi"))
' 19 ("application" (:needs "package" "kde"))
' 20 ("standard-action" (:needs "package" "kde"))))))