aboutsummaryrefslogtreecommitdiff
path: root/lib/configuration/defaults.h.in
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-14 11:33:32 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-14 11:33:42 +0200
commit77d7e6a764011a3b6dc13afbf7b26be39cb56dbd (patch)
treea9e0a8d28a3a81a44d94be920494e2e7f0427770 /lib/configuration/defaults.h.in
parentunstable: KWallet integration (diff)
downloadsmolbote-77d7e6a764011a3b6dc13afbf7b26be39cb56dbd.tar.xz
Update CMakeLists option names
Diffstat (limited to 'lib/configuration/defaults.h.in')
-rw-r--r--lib/configuration/defaults.h.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/configuration/defaults.h.in b/lib/configuration/defaults.h.in
index f239b14..6a7232e 100644
--- a/lib/configuration/defaults.h.in
+++ b/lib/configuration/defaults.h.in
@@ -1,14 +1,14 @@
#ifndef SMOLBOTE_DEFAULTS
#define SMOLBOTE_DEFAULTS
-#cmakedefine ConfigPath "@ConfigPath@"
-#cmakedefine CrashdumpPath "@CrashdumpPath@"
+#cmakedefine Path_Config "@Path_Config@"
+#cmakedefine Path_Crashdump "@Path_Crashdump@"
-#cmakedefine FilterPath "@FilterPath@"
-#cmakedefine PluginsPath "@PluginsPath@"
-#cmakedefine ProfilesPath "@ProfilesPath@"
+#cmakedefine Path_Filter "@Path_Filter@"
+#cmakedefine Path_Plugins "@Path_Plugins@"
+#cmakedefine Path_Profiles "@Path_Profiles@"
-#cmakedefine BookmarksPath "@BookmarksPath@"
-#cmakedefine DownloadsPath "@DownloadsPath@"
+#cmakedefine Path_Bookmarks "@Path_Bookmarks@"
+#cmakedefine Path_Downloads "@Path_Downloads@"
#endif // SMOLBOTE_DEFAULTS