License
Annotate for file qt.tests.mbd
2010-01-10 tobias 1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
08:57:03 ' 2
' 3 (in-package :sysdef-user)
' 4
' 5 (define-system :qt.tests ()
' 6 (:version 0 0 1)
' 7 (:documentation "Qt unit tests.")
2009-04-14 tobias 8 (:author "Tobias Rautenkranz")
14:30:40 ' 9 (:license "GPL with linking exception")
2010-01-10 tobias 10 (:needs :qt :qt.test :FiveAM :trivial-garbage)
08:57:03 ' 11 (:components
2009-05-11 tobias 12 ("src" module
14:18:40 ' 13 (:components "package"
' 14 ("tests" (:needs "package"))
' 15 ("qbytearray" (:needs "tests"))
' 16 ("qstring" (:needs "tests"))
' 17 ("overload" (:needs "tests"))
' 18 ("gc" (:needs "tests"))
' 19 ("variant" (:needs "tests"))
' 20 ("application" (:needs "tests"))
' 21 ("signal-slot" (:needs "tests"))
' 22 ("operators" (:needs "tests"))
' 23 ("thread" (:needs "tests"))
' 24 ("properties" (:needs "tests"))
' 25 ("click" (:needs "tests"))))))