Skip to content

Commit 25fe5e0

Browse files
committed
qrc: added name for resource
1 parent 6d6deb6 commit 25fe5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wd_qt_tools.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'rule_name': 'generate_rcc',
2222
'extension': 'qrc',
2323
'outputs': [ '<(RULE_INPUT_DIRNAME)/rcc_<(RULE_INPUT_ROOT).cc' ],
24-
'action': [ '<(QT_BIN_PATH)/rcc', '<(RULE_INPUT_PATH)', '-o', '<(INTERMEDIATE_DIR)/rcc_<(RULE_INPUT_ROOT).cc' ],
24+
'action': [ '<(QT_BIN_PATH)/rcc', '<(RULE_INPUT_PATH)', '-name', '<(RULE_INPUT_ROOT)', '-o', '<(INTERMEDIATE_DIR)/rcc_<(RULE_INPUT_ROOT).cc' ],
2525
'message': 'Generating <(RULE_INPUT_ROOT).cc.',
2626
} ],
2727
}

0 commit comments

Comments
 (0)