aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/material-design-light/material-design-light.pro
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-04-12 16:00:03 -0400
committerKen Moore <ken@ixsystems.com>2017-04-12 16:00:03 -0400
commit78b25cc33c55ae2d56506778586b24c6d1e45c8d (patch)
tree8f71e6366b9d7f01363f597ac8c5dc410654e83e /icon-theme/material-design-light/material-design-light.pro
parentRename the material-icons-light directory to material-design-light, and add t... (diff)
downloadlumina-78b25cc33c55ae2d56506778586b24c6d1e45c8d.tar.gz
lumina-78b25cc33c55ae2d56506778586b24c6d1e45c8d.tar.bz2
lumina-78b25cc33c55ae2d56506778586b24c6d1e45c8d.zip
Fix up the project file for installing the icon theme
Diffstat (limited to 'icon-theme/material-design-light/material-design-light.pro')
-rw-r--r--icon-theme/material-design-light/material-design-light.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/icon-theme/material-design-light/material-design-light.pro b/icon-theme/material-design-light/material-design-light.pro
index 5f11d8c3..7256e8fd 100644
--- a/icon-theme/material-design-light/material-design-light.pro
+++ b/icon-theme/material-design-light/material-design-light.pro
@@ -1,7 +1,10 @@
#QMake project file for installing the material-icons-light theme.
#Load all the OS-specific install paths
-#include(../../src-qt5/OS-Detect.pri)
+include(../../src-qt5/OS-detect.pri)
+
+#ensure QMake realizes that nothing is actually going to get compiled
+TEMPLATE = aux
BASE_DIR = $${L_SHAREDIR}/icons/material-design-light
bgstack15