Merge pull request #2591 from sehraf/pr_fix_94bd0994

RetroShare-gui: Rename DATA_DIR to RS_DATA_DIR to be consistent
This commit is contained in:
G10h4ck 2022-03-01 17:49:05 +01:00 committed by GitHub
commit f5ee9c92c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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