nodeguy/binding.gyp
2019-07-26 21:59:24 +02:00

15 lines
309 B
Python

{
"includes": [
"./config/application.gypi",
"./config/common.gypi",
"./config/qt.gypi",
"./config/deps.gypi",
"./config/moc.gypi",
],
"targets": [{
"target_name": "qtnode",
# 'type': 'shared_library',
'include_dirs': ['.']
}]
}