mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
RetroShare-gui: Rename DATA_DIR to RS_DATA_DIR to be consistent
fixes 94bd099407
This commit is contained in:
parent
3cfbb3e6d6
commit
daa8eaea9e
@ -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