From 35f153400efc3303ac9f9c54506c6bbc5bc5c988 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 1 Mar 2013 10:04:58 +0100 Subject: fix import in mac-gcc.qbs Change-Id: Ic11b90775ba71377cc8e014956a7e3b99bc46a5a Reviewed-by: Christian Kandeler --- share/qbs/modules/cpp/mac-gcc.qbs | 1 + 1 file changed, 1 insertion(+) (limited to 'share/qbs/modules/cpp/mac-gcc.qbs') diff --git a/share/qbs/modules/cpp/mac-gcc.qbs b/share/qbs/modules/cpp/mac-gcc.qbs index 61425724e..17ff08699 100644 --- a/share/qbs/modules/cpp/mac-gcc.qbs +++ b/share/qbs/modules/cpp/mac-gcc.qbs @@ -1,4 +1,5 @@ import qbs.base 1.0 +import '../utils.js' as ModUtils UnixGCC { condition: qbs.hostOS === 'mac' && qbs.targetOS === 'mac' && qbs.toolchain === 'gcc' -- cgit v1.2.3