Fix meson cutter.pro name

This commit is contained in:
xarkes 2018-03-06 15:30:13 +01:00
parent fa7da352cf
commit e5c7a27b95

View File

@ -37,7 +37,7 @@ def set_global_vars():
def parse_qmake_file():
log.info('Parsing qmake file')
with open(os.path.join(ROOT, 'src', 'cutter.pro')) as qmake_file:
with open(os.path.join(ROOT, 'src', 'Cutter.pro')) as qmake_file:
lines = qmake_file.readlines()
var_name = None
end_of_def = True