diff options
Diffstat (limited to 'icon-theme')
-rw-r--r-- | icon-theme/material-design-light/material-design-light.pro | 5 |
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 |