mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Autogen: Pass RCC build names and function names in info file
- The output file name of the `rcc` command get computed once in the AUTOGEN initializer and is passed in the info file. - The function name for the `-name` option of `rcc` gets computed once in the AUTOGEN initializer and is passed along with the other `rcc` options in the info file.
This commit is contained in:
@@ -30,6 +30,6 @@ set(AM_UIC_OPTIONS_OPTIONS @_qt_uic_options_options@)
|
||||
set(AM_UIC_SEARCH_PATHS @_uic_search_paths@)
|
||||
# RCC settings
|
||||
set(AM_RCC_SOURCES @_rcc_files@)
|
||||
set(AM_RCC_BUILDS @_rcc_builds@)
|
||||
set(AM_RCC_OPTIONS @_rcc_options@)
|
||||
set(AM_RCC_INPUTS @_rcc_inputs@)
|
||||
set(AM_RCC_OPTIONS_FILES @_rcc_options_files@)
|
||||
set(AM_RCC_OPTIONS_OPTIONS @_rcc_options_options@)
|
||||
|
||||
Reference in New Issue
Block a user