aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/core.pro
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-04-12 16:07:11 -0400
committerKen Moore <ken@ixsystems.com>2017-04-12 16:07:11 -0400
commit6dc51fb62b13b5931800851a3680508a13b1403f (patch)
treefaad81d4b2ce75fdb64cb9878b59bf02c36fcfb0 /src-qt5/core/core.pro
parentFix up the project file for installing the icon theme (diff)
downloadlumina-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.pro3
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
bgstack15