mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-03-13 15:21:36 -04:00
palette and theme install
This commit is contained in:
parent
08428d155c
commit
c11b2b4fc2
@ -16,9 +16,15 @@ PRJ_DIR = $$SRC_DIR/Fractorium
|
|||||||
target.path = $$BIN_INSTALL_DIR
|
target.path = $$BIN_INSTALL_DIR
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
assets.path = $$SHARE_INSTALL_DIR
|
# FIXME: flam3-palettes.xml does not install when installing from .deb, but `make install` works.
|
||||||
assets.files = $$ASSETS_DIR/flam3-palettes.xml $$ASSETS_DIR/dark.qss
|
|
||||||
INSTALLS += assets
|
palettes.path = $$SHARE_INSTALL_DIR
|
||||||
|
palettes.files = $$ASSETS_DIR/flam3-palettes.xml
|
||||||
|
INSTALLS += palettes
|
||||||
|
|
||||||
|
themes.path = $$SHARE_INSTALL_DIR
|
||||||
|
themes.files = $$ASSETS_DIR/dark.qss
|
||||||
|
INSTALLS += themes
|
||||||
|
|
||||||
macx:ICON = $$ASSETS_DIR/Fractorium.icns
|
macx:ICON = $$ASSETS_DIR/Fractorium.icns
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user