Install qss and chat styles

This commit is contained in:
AsamK 2015-08-27 15:13:28 +02:00
parent 4d7f92ecbe
commit 66ba687acd

View File

@ -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++ {