diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-05 20:45:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-05 20:45:24 +0900 |
commit | d879569fce39cb38991384a1851eeb42eca6e16f (patch) | |
tree | 3036f0292c863573f680bbb15088ae1aa8b15533 /config.h.cmake | |
parent | 4e57686976724d784d154620b3e81a9d459f601b (diff) | |
download | universal-indent-gui-tqt-d879569fce39cb38991384a1851eeb42eca6e16f.tar.gz universal-indent-gui-tqt-d879569fce39cb38991384a1851eeb42eca6e16f.zip |
Added SettingsPaths code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 4154741..1ee445a 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,5 +1,8 @@ #define VERSION "@VERSION@" +// application share location +#define APP_SHARE_PATH "@SHARE_INSTALL_PREFIX@/universal-indent-gui-tqt" + // application icons location #define APP_ICONS_PATH "@SHARE_INSTALL_PREFIX@/universal-indent-gui-tqt/icons/" |