mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 09:27:09 -05:00
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:
commit
f5ee9c92c8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user