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:
|
||||
continue
|
||||
|
||||
if file.endswith(u'.ui'):
|
||||
line = "%s/%s" % (path, file)
|
||||
print u'Parsing "%s"' % line
|
||||
stringlist.append("FORMS += %s" % line)
|
||||
elif file.endswith(u'.py'):
|
||||
# if file.endswith(u'.ui'):
|
||||
# line = "%s/%s" % (path, file)
|
||||
# print u'Parsing "%s"' % line
|
||||
# stringlist.append("FORMS += %s" % line)
|
||||
if file.endswith(u'.py'):
|
||||
line = "%s/%s" % (path, file)
|
||||
print u'Parsing "%s"' % line
|
||||
stringlist.append("SOURCES += %s" % line)
|
||||
|
Loading…
Reference in New Issue
Block a user