From 83d9925c990fe07c5924e9eed74339cdfe5d612b Mon Sep 17 00:00:00 2001 From: Joerg Bornemann <joerg.bornemann@digia.com> Date: Fri, 8 Feb 2013 10:12:00 +0100 Subject: [PATCH] fix warning about redefined getcwd getcwd is already provided by POSIX. If we need other functions from Cwd, we should import only those. Change-Id: I6f85e4db5670b36355123accc17e4bc7b5573a55 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> --- bin/qt5_tool | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/qt5_tool b/bin/qt5_tool index a07c99e..3c2a20a 100755 --- a/bin/qt5_tool +++ b/bin/qt5_tool @@ -23,7 +23,6 @@ use strict; use Getopt::Long; use File::Basename; -use Cwd; use File::Spec; use File::Copy; use POSIX; -- GitLab