mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-23 22:34:42 -04:00
Install qss and chat styles
This commit is contained in:
parent
4d7f92ecbe
commit
66ba687acd
1 changed files with 7 additions and 3 deletions
|
@ -116,9 +116,13 @@ unix {
|
||||||
target.path = "$${PREFIX}/bin"
|
target.path = "$${PREFIX}/bin"
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
sound_files.path="$${DATA_DIR}/sounds"
|
data_files.path="$${DATA_DIR}/"
|
||||||
sound_files.files=sounds/*
|
data_files.files=sounds qss
|
||||||
INSTALLS += sound_files
|
INSTALLS += data_files
|
||||||
|
|
||||||
|
style_files.path="$${DATA_DIR}/stylesheets"
|
||||||
|
style_files.files=gui/qss/chat/Bubble gui/qss/chat/Bubble_Compact
|
||||||
|
INSTALLS += style_files
|
||||||
}
|
}
|
||||||
|
|
||||||
linux-g++ {
|
linux-g++ {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue