Lisp image loading
Annotate for file qt.uitools.mbd
2009-12-13 tobias 1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
12:47:29 ' 2
' 3 (in-package :sysdef-user)
' 4
' 5 (define-system :qt.uitools ()
' 6 (:version 0 0 1)
' 7 (:documentation "Use Qt Designer .ui files.")
' 8 (:author "Tobias Rautenkranz")
' 9 (:license "GPL with linking exception")
' 10 (:needs :qt)
2009-05-14 tobias 11 ; (:uses-macros-from :smoke)
2009-12-13 tobias 12 (:components
12:47:29 ' 13 ("src" module
' 14 (:components
' 15 "package"
' 16 ("qt.uitools" (:needs "package"))))))