From 9d9c68e21a09646816232fa849536ceaca106fc5 Mon Sep 17 00:00:00 2001 From: Sebastian Holtermann Date: Wed, 30 Nov 2016 13:42:55 +0100 Subject: QtAutogen: Rename variable templates in config template --- Modules/AutogenInfo.cmake.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Modules/AutogenInfo.cmake.in') diff --git a/Modules/AutogenInfo.cmake.in b/Modules/AutogenInfo.cmake.in index 355d6d87a1..84b0f4d2d9 100644 --- a/Modules/AutogenInfo.cmake.in +++ b/Modules/AutogenInfo.cmake.in @@ -1,6 +1,4 @@ set(AM_SOURCES @_cpp_files@ ) -set(AM_RCC_SOURCES @_rcc_files@ ) -set(AM_RCC_INPUTS @_qt_rcc_inputs@) set(AM_SKIP_MOC @_skip_moc@ ) set(AM_SKIP_UIC @_skip_uic@ ) set(AM_HEADERS @_moc_headers@ ) @@ -22,5 +20,7 @@ set(AM_ORIGIN_TARGET_NAME @_origin_target_name@) set(AM_UIC_TARGET_OPTIONS @_uic_target_options@) set(AM_UIC_OPTIONS_FILES @_qt_uic_options_files@) set(AM_UIC_OPTIONS_OPTIONS @_qt_uic_options_options@) -set(AM_RCC_OPTIONS_FILES @_qt_rcc_options_files@) -set(AM_RCC_OPTIONS_OPTIONS @_qt_rcc_options_options@) +set(AM_RCC_SOURCES @_rcc_files@ ) +set(AM_RCC_INPUTS @_rcc_inputs@) +set(AM_RCC_OPTIONS_FILES @_rcc_options_files@) +set(AM_RCC_OPTIONS_OPTIONS @_rcc_options_options@) -- cgit v1.2.1