aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/GenericGCC.qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-02-28 11:20:27 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-02-28 17:15:11 +0100
commit4996dba32a6792fc70a9374a67995394a3361a62 (patch)
treed611f15db497e6b7ac80ebc20d261a4b6c8b10d4 /share/qbs/modules/cpp/GenericGCC.qbs
parent7f5d54454373c6e4e50daf70a2be6c58d736076f (diff)
move import of bundle-tools.js to path-tools.js
And remove it from where it isn't needed. Change-Id: I51dc33e1dce4fd43b7b3080ef6e277e7c6b9b725 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'share/qbs/modules/cpp/GenericGCC.qbs')
-rw-r--r--share/qbs/modules/cpp/GenericGCC.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qbs/modules/cpp/GenericGCC.qbs b/share/qbs/modules/cpp/GenericGCC.qbs
index 8f8124e31..ee5904454 100644
--- a/share/qbs/modules/cpp/GenericGCC.qbs
+++ b/share/qbs/modules/cpp/GenericGCC.qbs
@@ -4,7 +4,6 @@ import qbs.FileInfo
import qbs.ModUtils
import qbs.Process
import 'gcc.js' as Gcc
-import 'bundle-tools.js' as BundleTools
import 'path-tools.js' as PathTools
CppModule {