diff options
author | Ken Moore <ken@ixsystems.com> | 2017-04-12 16:07:11 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-04-12 16:07:11 -0400 |
commit | 6dc51fb62b13b5931800851a3680508a13b1403f (patch) | |
tree | faad81d4b2ce75fdb64cb9878b59bf02c36fcfb0 /src-qt5/core/core.pro | |
parent | Fix up the project file for installing the icon theme (diff) | |
download | lumina-6dc51fb62b13b5931800851a3680508a13b1403f.tar.gz lumina-6dc51fb62b13b5931800851a3680508a13b1403f.tar.bz2 lumina-6dc51fb62b13b5931800851a3680508a13b1403f.zip |
Turn on the new icon theme for Lumina, and use it by default as the fallback icon set (no longer rely on the "oxygen" icon set).
Diffstat (limited to 'src-qt5/core/core.pro')
-rw-r--r-- | src-qt5/core/core.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-qt5/core/core.pro b/src-qt5/core/core.pro index 27aff3a2..4878b1f3 100644 --- a/src-qt5/core/core.pro +++ b/src-qt5/core/core.pro @@ -7,7 +7,8 @@ CONFIG += recursive SUBDIRS+= lumina-desktop \ lumina-session \ lumina-open \ - lumina-info + lumina-info \ + $${PWD}/../../icon-theme # lumina-wm-INCOMPLETE \ # lumina-checkpass |