This commit is contained in:
rimach 2010-04-02 00:03:29 +02:00
parent 906aa26bf8
commit 3eadf1c7d5
2 changed files with 1549 additions and 4087 deletions

File diff suppressed because it is too large Load Diff

View File

@ -73,11 +73,11 @@ def main():
if cond == True: if cond == True:
continue continue
if file.endswith(u'.ui'): # if file.endswith(u'.ui'):
line = "%s/%s" % (path, file) # line = "%s/%s" % (path, file)
print u'Parsing "%s"' % line # print u'Parsing "%s"' % line
stringlist.append("FORMS += %s" % line) # stringlist.append("FORMS += %s" % line)
elif file.endswith(u'.py'): if file.endswith(u'.py'):
line = "%s/%s" % (path, file) line = "%s/%s" % (path, file)
print u'Parsing "%s"' % line print u'Parsing "%s"' % line
stringlist.append("SOURCES += %s" % line) stringlist.append("SOURCES += %s" % line)