pro2cmake.py: State dependencies
Change-Id: I26234c68b781b983022c73a2d4206550f25b0232 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
69caeada8d
commit
9b31bdacc6
@ -59,7 +59,8 @@ cmake_version_string = "3.15.0"
|
||||
|
||||
def _parse_commandline():
|
||||
parser = ArgumentParser(description='Generate CMakeLists.txt files from .'
|
||||
'pro files.')
|
||||
'pro files.',
|
||||
epilog='Requirements: pip install sympy pyparsing')
|
||||
parser.add_argument('--debug', dest='debug', action='store_true',
|
||||
help='Turn on all debug output')
|
||||
parser.add_argument('--debug-parser', dest='debug_parser',
|
||||
|
Loading…
x
Reference in New Issue
Block a user