Test QList<Object*> to sequence conversion.
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.")
' 8 (:author "Tobias Rautenkranz")
' 9 (:license "GPL with linking exception")
' 10 (:needs :qt :qt.test :FiveAM :trivial-garbage)
' 11 (:components
' 12 ("src" module
' 13 (:components
' 14 "package"
' 15 ("tests" (:needs "package"))
' 16 ("qbytearray" (:needs "tests"))
' 17 ("qstring" (:needs "tests"))
' 18 ("overload" (:needs "tests"))
2009-08-30 tobias 19 ("gc" (:needs "tests"))
2010-01-10 tobias 20 ("variant" (:needs "tests"))
08:57:03 ' 21 ("application" (:needs "tests"))
' 22 ("signal-slot" (:needs "tests"))
' 23 ("operators" (:needs "tests"))
' 24 ("undo" (:needs "tests"))
2009-05-31 tobias 25 ("object" (:needs "tests"))
2010-01-10 tobias 26 ("thread" (:needs "tests"))
08:57:03 ' 27 ("properties" (:needs "tests"))
' 28 ("click" (:needs "tests"))))))