aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/icon-theme.pro
diff options
context:
space:
mode:
Diffstat (limited to 'icon-theme/icon-theme.pro')
-rw-r--r--icon-theme/icon-theme.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/icon-theme/icon-theme.pro b/icon-theme/icon-theme.pro
new file mode 100644
index 00000000..1cc23345
--- /dev/null
+++ b/icon-theme/icon-theme.pro
@@ -0,0 +1,4 @@
+TEMPLATE = subdirs
+CONFIG += recursive
+
+SUBDIRS+= material-design-light
bgstack15