diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-08 22:21:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-22 13:29:16 +0900 |
| commit | 79d24411875b27f4af6278c6ad9186158b3aa3b8 (patch) | |
| tree | c638c28eeddd69a9e8b9b0feb0d6f870aaf7a773 /data/deftheme | |
| parent | e304398a568bfdba21ff36074c21e0799d5bba48 (diff) | |
| download | kvirc-feat/cmake-conversion.tar.gz kvirc-feat/cmake-conversion.zip | |
TEMP: cmakefeat/cmake-conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'data/deftheme')
| -rw-r--r-- | data/deftheme/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | data/deftheme/silverirc/CMakeLists.txt | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/data/deftheme/CMakeLists.txt b/data/deftheme/CMakeLists.txt new file mode 100644 index 0000000..26d3b11 --- /dev/null +++ b/data/deftheme/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( silverirc ) diff --git a/data/deftheme/silverirc/CMakeLists.txt b/data/deftheme/silverirc/CMakeLists.txt new file mode 100644 index 0000000..586a1bd --- /dev/null +++ b/data/deftheme/silverirc/CMakeLists.txt @@ -0,0 +1,6 @@ +install( + FILES + themeinfo.kvc themedata.kvc pixmapIrcViewBackground.png pixmapInputBackground.png + pixmapUserListViewBackground.png + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes/silverirc +) |
