mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Install qss and chat styles
This commit is contained in:
parent
4d7f92ecbe
commit
66ba687acd
@ -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…
Reference in New Issue
Block a user