RptCleanup - reorganize stylesheets

- store them in a subdirectory
- reuse the report module loader
- eliminate gncmod-stylesheet, gui bits are now in gnome
This commit is contained in:
Geert Janssens
2019-06-14 09:58:00 +02:00
parent 93489d4ffc
commit 6b5dcc3877
31 changed files with 45 additions and 263 deletions

View File

@@ -905,7 +905,7 @@ set_target_properties(${_MODULES} PROPERTIES
)
if (WIN32)
set_target_properties(gncmod-backend-xml gncmod-stylesheets PROPERTIES
set_target_properties(gncmod-backend-xml PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
)
endif()