summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/qtopia4/Config.sql.in
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/buildroot/package/qtopia4/Config.sql.in')
-rw-r--r--cleopatre/buildroot/package/qtopia4/Config.sql.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/qtopia4/Config.sql.in b/cleopatre/buildroot/package/qtopia4/Config.sql.in
new file mode 100644
index 0000000000..ae3cf3c7c6
--- /dev/null
+++ b/cleopatre/buildroot/package/qtopia4/Config.sql.in
@@ -0,0 +1,36 @@
+config BR2_PACKAGE_QTOPIA4_MYSQL
+ bool "MySQL Driver"
+ help
+ Build MySQL driver
+ If unsure, say n.
+
+config BR2_PACKAGE_QTOPIA4_IBASE
+ bool "iBase Driver"
+ help
+ Build iBase driver
+ If unsure, say n.
+
+config BR2_PACKAGE_QTOPIA4_ODBC
+ bool "ODBC Driver"
+ help
+ Build ODBC driver
+ If unsure, say n.
+
+config BR2_PACKAGE_QTOPIA4_PSQL
+ bool "PostgreSQL Driver"
+ help
+ Build PostgreSQL driver
+ If unsure, say n.
+
+config BR2_PACKAGE_QTOPIA4_SQLITE
+ bool "SQLite 3 Driver"
+ help
+ Build SQLite driver
+ If unsure, say n.
+
+config BR2_PACKAGE_QTOPIA4_SQLITE2
+ bool "SQLite 2 Driver"
+ help
+ Build SQLite 2 driver
+ If unsure, say n.
+