mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Relocate resource to /org/gnucash/GnuCash prefix
This is done to be consistent with the GSettings prefix (which is also a GLib subsystem). In the process replace the magic string with a single, globally defined macro.
This commit is contained in:
@@ -35,7 +35,7 @@ function(gnc_generate_gresources)
|
||||
|
||||
file(WRITE ${TMP_FILE} "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n")
|
||||
file(APPEND ${TMP_FILE} "<gresources>\n")
|
||||
file(APPEND ${TMP_FILE} " <gresource prefix=\"/org/gnucash\">\n")
|
||||
file(APPEND ${TMP_FILE} " <gresource prefix=\"${GNUCASH_RESOURCE_PREFIX}\">\n")
|
||||
|
||||
foreach(res_file ${GR_RESOURCE_FILES})
|
||||
get_filename_component(res_file_short ${res_file} NAME)
|
||||
|
||||
Reference in New Issue
Block a user