summaryrefslogtreecommitdiff
path: root/qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-07-05 10:00:19 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-07-08 16:42:42 +0200
commit5728f7e6736fc0ad7e51a240f729ee51be536842 (patch)
treecbcf70297ccf842af107d0b6b5cc35c8acdb0378 /qbs
parentbcb74fa9a4384d2dc6f6fa9518d78966ea3d04db (diff)
downloadqt-creator-5728f7e6736fc0ad7e51a240f729ee51be536842.tar.gz
qbs updates.
- Make project files buildable with current qbs. - Update qbs submodule to enable Qt Creator to open these project files. - Fix an invalid access that caused a soft assert. Change-Id: I976d19240112d1ff048e51036e6702383735352b Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/pluginspec/pluginspec.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/pluginspec/pluginspec.qbs b/qbs/pluginspec/pluginspec.qbs
index c8c0908485..c852d1082d 100644
--- a/qbs/pluginspec/pluginspec.qbs
+++ b/qbs/pluginspec/pluginspec.qbs
@@ -1,4 +1,5 @@
import qbs.base 1.0
+import qbs.TextFile
import qbs.fileinfo as FileInfo
Module {