Unidiff1 files changed, 2 insertions, 1 deletions
|
diff --git a/config.in b/config.in index e93eac8..1ac9a66 100644 --- a/ config.in+++ b/ config.in |
|
@@ -220,27 +220,28 @@ endmenu |
220 | |
220 | |
221 | comment "" |
221 | comment "" |
222 | |
222 | |
223 | menu "Unsupported / Unmaintained" |
223 | menu "Unsupported / Unmaintained" |
224 | source noncore/unsupported/config.in |
224 | source noncore/unsupported/config.in |
225 | endmenu |
225 | endmenu |
226 | |
226 | |
227 | comment "" |
227 | comment "" |
228 | depends on EXPERIMENTAL |
228 | depends on EXPERIMENTAL |
229 | menu "Experimental" |
229 | menu "Experimental" |
230 | depends on EXPERIMENTAL |
230 | depends on EXPERIMENTAL |
231 | source libopie2/config.in |
231 | source libopie2/config.in |
| |
232 | source libqtaux/config.in |
232 | |
233 | |
233 | config SQL_PIM_BACKEND |
234 | config SQL_PIM_BACKEND |
234 | bool "Add SQL-Backend support (experimental)" |
235 | bool "Add SQL-Backend support" |
235 | default n |
236 | default n |
236 | help |
237 | help |
237 | This adds the SQL-Support, using SQLite. Which database is used |
238 | This adds the SQL-Support, using SQLite. Which database is used |
238 | by the backends is defined by the file "pimaccess.conf" in the |
239 | by the backends is defined by the file "pimaccess.conf" in the |
239 | directory "Settings". |
240 | directory "Settings". |
240 | There currently do exist to groups "[contact]" and "[todo]". You can |
241 | There currently do exist to groups "[contact]" and "[todo]". You can |
241 | select the used backend by the variable "usebackend=<type>", where |
242 | select the used backend by the variable "usebackend=<type>", where |
242 | <type> is "sql" or "xml". "xml" is the default ! |
243 | <type> is "sql" or "xml". "xml" is the default ! |
243 | Important: The SQLite-library "libsqlite.so" must be installed ! |
244 | Important: The SQLite-library "libsqlite.so" must be installed ! |
244 | depends ( LIBOPIE2DB ) |
245 | depends ( LIBOPIE2DB ) |
245 | |
246 | |
246 | comment "SQL-Support needs libopie2db!" |
247 | comment "SQL-Support needs libopie2db!" |
|