forked from openlp/openlp
Head
This commit is contained in:
parent
906aa26bf8
commit
3eadf1c7d5
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user