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 |
|
@@ -229,9 +229,10 @@ comment "" |
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 |
|