allow QT_INSTALL_DIR to be passed as variable

This commit is contained in:
Atul 2019-07-14 18:05:52 +02:00
parent ad438780e9
commit e10538d442

View File

@ -2,7 +2,7 @@
'includes': [],
'type': 'shared_library',
'variables': {
'qt_home_dir': '/usr/local/Cellar/qt/5.12.1',
'qt_home_dir%': "<(QT_INSTALL_DIR)",
},
'target_defaults': {
'cflags!': ['-fno-exceptions'],