diff options
author | Michele Calgaro <[email protected]> | 2023-03-05 20:45:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-03-05 20:45:24 +0900 |
commit | d879569fce39cb38991384a1851eeb42eca6e16f (patch) | |
tree | 3036f0292c863573f680bbb15088ae1aa8b15533 /config/CMakeLists.txt | |
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 <[email protected]>
Diffstat (limited to 'config/CMakeLists.txt')
-rw-r--r-- | config/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt new file mode 100644 index 0000000..f1357cc --- /dev/null +++ b/config/CMakeLists.txt @@ -0,0 +1,5 @@ +install( + FILES + UiGuiSyntaxHighlightConfig.ini + DESTINATION ${SHARE_INSTALL_PREFIX}/universal-indent-gui-tqt/config +) |