diff options
author | Ken Moore <ken@ixsystems.com> | 2017-12-06 15:25:20 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-12-06 15:25:20 -0500 |
commit | 88050e04f0fe04eb70aec087f4b612b84be934de (patch) | |
tree | 3206e6b5376268a16c1f8104e27563115c72eca9 /src-qt5/core/lumina-theme-engine/lumina-theme-engine.pro | |
parent | Fix the LUtils.pri file: Forgot to remove a couple unused files from the incl... (diff) | |
download | lumina-88050e04f0fe04eb70aec087f4b612b84be934de.tar.gz lumina-88050e04f0fe04eb70aec087f4b612b84be934de.tar.bz2 lumina-88050e04f0fe04eb70aec087f4b612b84be934de.zip |
Start trying to get stylesheet validation into the qss editor.
Not quite working yet - still not picking up on the error message from Qt itself from the new lthemeengine-sstest process.
Diffstat (limited to 'src-qt5/core/lumina-theme-engine/lumina-theme-engine.pro')
-rw-r--r-- | src-qt5/core/lumina-theme-engine/lumina-theme-engine.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-theme-engine/lumina-theme-engine.pro b/src-qt5/core/lumina-theme-engine/lumina-theme-engine.pro index e1023752..1e8b2ca4 100644 --- a/src-qt5/core/lumina-theme-engine/lumina-theme-engine.pro +++ b/src-qt5/core/lumina-theme-engine/lumina-theme-engine.pro @@ -3,7 +3,8 @@ include(../../OS-detect.pri) TEMPLATE = subdirs SUBDIRS += src/lthemeengine-qtplugin \ src/lthemeengine-style \ - src/lthemeengine + src/lthemeengine \ + src/lthemeengine-sstest colors.files = colors/*.conf colors.path = $${L_SHAREDIR}/lthemeengine/colors |