Exemplo n.º 1
0
	def __init__( self, projectName, parent = None ):
		"""Set up the build steps, parse the command line arguments."""
		BuildInstructions.__init__( self, projectName, parent )
		mApp().getSettings().set( Settings.ProjectName, projectName )
		self.setSourceDir( None )
		self.__scm = None
Exemplo n.º 2
0
	def __init__( self, name, parent = None ):
		BuildInstructions.__init__( self, name, parent )