RetroShare-gui: Rename DATA_DIR to RS_DATA_DIR to be consistent

fixes 94bd099407
This commit is contained in:
sehraf 2022-03-01 17:33:38 +01:00
parent 3cfbb3e6d6
commit daa8eaea9e
No known key found for this signature in database
GPG Key ID: DF09F6EAE356B2C6

View File

@ -146,11 +146,11 @@ unix {
target.path = "$${BIN_DIR}"
INSTALLS += target
data_files.path="$${DATA_DIR}/"
data_files.path="$${RS_DATA_DIR}/"
data_files.files=sounds qss
INSTALLS += data_files
style_files.path="$${DATA_DIR}/stylesheets"
style_files.path="$${RS_DATA_DIR}/stylesheets"
style_files.files=gui/qss/chat/Bubble gui/qss/chat/Bubble_Compact
INSTALLS += style_files