[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/bksys
From:       Holger Schröder <holger () holgis ! net>
Date:       2005-10-14 19:08:44
Message-ID: 1129316924.117544.20611.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 470705 by schroder:

this creates the _qrc.cpp file in the build dir,
where the compiler expects it, consistent with
the cpp files, that are created from uic.




 M  +1 -2      qt4.py  


--- trunk/KDE/kdelibs/bksys/qt4.py #470704:470705
@@ -183,9 +183,8 @@
 		emitter=uic3Emitter,suffix='.h',src_suffix='.ui')
 
 	def qrc_buildit(target, source, env):
-		dir=str(source[0].get_dir())
 		name = SCons.Util.splitext( source[0].name )[0]
-		comp='cd %s && %s -name %s %s -o %s' % (dir, env['QT_RCC'], name, source[0].name, target[0].name)
+		comp='%s -name %s %s -o %s' % (env['QT_RCC'], name, source[0].path, target[0].path)
 		return env.Execute(comp)
 	def qrc_stringit(target, source, env):
 		print "%screating%s %s" % (env['BKS_COLORS']['BLUE'], env['BKS_COLORS']['NORMAL'], target[0].name)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic