:qt and :qt-impl packages to prevent collision with :cl symbols and fix object with non smoke parent.
qt.mbd
Thu Jun 11 16:59:48 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* :qt and :qt-impl packages to prevent collision with :cl symbols and fix object with non smoke parent.
--- old-qt.gui/qt.mbd 2014-10-30 07:46:46.000000000 +0100
+++ new-qt.gui/qt.mbd 2014-10-30 07:46:46.000000000 +0100
@@ -11,7 +11,7 @@
(:default-initargs :type "txt"))
(defclass sysdef.cmake:cmake-library (component)
- ())
+ ((package :initarg :package)))
;;; end SYSDEF.CMAKE
(in-package :sysdef-user)
@@ -34,7 +34,7 @@
("lib" module
(:needs "package")
(:components
- ("libqt-smoke-extra" sysdef.cmake:cmake-library)
+ ("libqt-smoke-extra" sysdef.cmake:cmake-library (:package :cl-smoke.qt-impl))
("CMakeLists.txt" static-file)
("qt-smoke.cpp" static-file)