Fix moc generation with SK_SUPPORT_GPU defined
https://codereview.appspot.com/7305088/ git-svn-id: http://skia.googlecode.com/svn/trunk@7725 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
d271d245e9
commit
2f10475733
@ -155,7 +155,7 @@
|
||||
'rule_name': 'generate_moc',
|
||||
'extension': 'h',
|
||||
'outputs': [ '<(moc_gen_dir)/moc_<(RULE_INPUT_ROOT).cpp' ],
|
||||
'action': [ '<(qt_moc)', '<(RULE_INPUT_PATH)', '-o', '<(moc_gen_dir)/moc_<(RULE_INPUT_ROOT).cpp' ],
|
||||
'action': [ '<(qt_moc)', '-DSK_SUPPORT_GPU=<(skia_gpu)', '<(RULE_INPUT_PATH)', '-o', '<(moc_gen_dir)/moc_<(RULE_INPUT_ROOT).cpp' ],
|
||||
'message': 'Generating <(RULE_INPUT_ROOT).cpp.',
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user