aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-03-04 15:01:13 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-03-07 15:51:28 +0100
commitc5c6ad6bf41e194b32a670244ec7d5da401c219d (patch)
tree46425ed826ff857dc271ea40e8e56463d6762c0c /share
parent42880bd2b25bc1b9544776053a0e5cb93e903992 (diff)
slash the Loader's Gordian Knot
Split Loader into ItemReader, ModuleLoader and ProjectResolver. Get rid of our three QScriptClass derivatives and replace them with one, named EvaluatorScriptClass. The complete knowledge about the project structure is held by a tree of Item objects that are independent of QScript* objects and thus are prepared to be serialized. Change-Id: I53e23426d55e7de9cec6f9f29da55fb9c4704d71 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qbs/modules/qt/QtModule.qbs2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/qbs/modules/qt/QtModule.qbs b/share/qbs/modules/qt/QtModule.qbs
index 9f293e052..7efb8b28f 100644
--- a/share/qbs/modules/qt/QtModule.qbs
+++ b/share/qbs/modules/qt/QtModule.qbs
@@ -3,8 +3,6 @@ import qbs.fileinfo 1.0 as FileInfo
import 'qtfunctions.js' as QtFunctions
Module {
- condition: false
-
Depends { name: "cpp" }
Depends { name: "Qt.core" }