src/plugins/sqldrivers/sqldrivers.pro
changeset 0 1918ee327afb
child 3 41300fa6a67c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/plugins/sqldrivers/sqldrivers.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,16 @@
+TEMPLATE = subdirs
+
+contains(sql-plugins, psql)	: SUBDIRS += psql
+contains(sql-plugins, mysql)	: SUBDIRS += mysql
+contains(sql-plugins, odbc)	: SUBDIRS += odbc
+contains(sql-plugins, tds)	: SUBDIRS += tds
+contains(sql-plugins, oci)	: SUBDIRS += oci
+contains(sql-plugins, db2)	: SUBDIRS += db2
+contains(sql-plugins, sqlite)	: SUBDIRS += sqlite
+contains(sql-plugins, sqlite2)	: SUBDIRS += sqlite2
+contains(sql-plugins, ibase)	: SUBDIRS += ibase
+
+# :QTP: Version check not working on TB9.2 and later, don't export SQLLite. Fix needed for working version check
+#contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) {
+#    symbian:contains(CONFIG, system-sqlite): SUBDIRS += sqlite_symbian
+#    }