06/11/2017

--Code changes
 -Make the OS-specific stylesheets part of the installer.
This commit is contained in:
Person
2017-06-11 15:02:44 -07:00
parent c4e891b18c
commit f66a278c73
2 changed files with 44 additions and 33 deletions

View File

@ -73,7 +73,18 @@ $$ASSETS_DIR/tatasz_pack_03.gradient
INSTALLS += palettes
themes.path = $$SHARE_INSTALL_DIR
themes.files = $$ASSETS_DIR/dark.qss
win32 {
themes.files = $$ASSETS_DIR/dark_windows.qss
}
macx {
themes.files = $$ASSETS_DIR/dark_mac.qss
}
unix:!macx {
themes.files = $$ASSETS_DIR/dark_linux.qss
}
#message(THEMES INSTALL SOURCE: $$themes.files)
INSTALLS += themes