コード例 #1
0
ファイル: Project.py プロジェクト: KDAB/Make-O-Matic
	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
コード例 #2
0
	def __init__( self, name, parent = None ):
		BuildInstructions.__init__( self, name, parent )