aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/material-design-dark/material-design-dark.pro
diff options
context:
space:
mode:
Diffstat (limited to 'icon-theme/material-design-dark/material-design-dark.pro')
-rw-r--r--icon-theme/material-design-dark/material-design-dark.pro45
1 files changed, 45 insertions, 0 deletions
diff --git a/icon-theme/material-design-dark/material-design-dark.pro b/icon-theme/material-design-dark/material-design-dark.pro
new file mode 100644
index 00000000..8e1da1d8
--- /dev/null
+++ b/icon-theme/material-design-dark/material-design-dark.pro
@@ -0,0 +1,45 @@
+#QMake project file for installing the material-icons-light theme.
+
+#Load all the OS-specific install paths
+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-dark
+
+#Now setup the base directory/files
+base.path = $${BASE_DIR}
+base.files = LICENSE index.theme
+
+actions.path = $${BASE_DIR}/scalable/actions
+actions.files = actions/*.svg
+
+applications.path = $${BASE_DIR}/scalable/applications
+applications.files = applications/*.svg
+
+categories.path = $${BASE_DIR}/scalable/categories
+categories.files = categories/*.svg
+
+devices.path = $${BASE_DIR}/scalable/devices
+devices.files = devices/*.svg
+
+emblems.path = $${BASE_DIR}/scalable/emblems
+emblems.files = emblems/*.svg
+
+emotes.path = $${BASE_DIR}/scalable/emotes
+emotes.files = emotes/*.svg
+
+international.path = $${BASE_DIR}/scalable/international
+international.files = international/*.svg
+
+mimetypes.path = $${BASE_DIR}/scalable/mimetypes
+mimetypes.files = mimetypes/*.svg
+
+places.path = $${BASE_DIR}/scalable/places
+places.files = places/*.svg
+
+status.path = $${BASE_DIR}/scalable/status
+status.files = status/*.svg
+
+INSTALLS = base actions applications categories devices emblems emotes international mimetypes places status
bgstack15