Remove optional qt.network dependency.
Annotate for file /cl-smoke.qt.webkit.asd
2010-01-07 tobias 1 (defsystem :cl-smoke.qt.webkit
21:00:39 ' 2 :name :cl-smoke.qt.webkit
2009-12-13 tobias 3 :version (0 0 1)
12:49:44 ' 4 :author "Tobias Rautenkranz"
' 5 :license "GPL with linking exception"
' 6 :description "QtWebkit Web browser engine."
2010-01-10 tobias 7 :depends-on (:cl-smoke.qt.core :cl-smoke.qt.gui :cl-smoke.smoke)
2009-12-13 tobias 8
12:49:44 ' 9 :components
' 10 ((:module "src"
' 11 :components
' 12 ((:file "package")
' 13 (:file "qt.webkit" :depends-on ("package"))))))