Remove the requirement for opt.load('qt4')

This commit is contained in:
Thomas Nagy 2013-05-08 16:51:14 +02:00
parent 1da291a1e6
commit 57f0df2c8a
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ def simplify_qt4_libs(self):
def add_qt4_rpath(self):
# rpath if wanted
env = self.env
if Options.options.want_rpath:
if getattr(Options.options, 'want_rpath', False):
def process_rpath(vars_, coreval):
for d in vars_:
var = d.upper()