source: trunk/src/plugins/sqldrivers/sqldrivers.pro@ 1028

Last change on this file since 1028 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 510 bytes
Line 
1TEMPLATE = subdirs
2
3contains(sql-plugins, psql) : SUBDIRS += psql
4contains(sql-plugins, mysql) : SUBDIRS += mysql
5contains(sql-plugins, odbc) : SUBDIRS += odbc
6contains(sql-plugins, tds) : SUBDIRS += tds
7contains(sql-plugins, oci) : SUBDIRS += oci
8contains(sql-plugins, db2) : SUBDIRS += db2
9contains(sql-plugins, sqlite) : SUBDIRS += sqlite
10contains(sql-plugins, sqlite2) : SUBDIRS += sqlite2
11contains(sql-plugins, ibase) : SUBDIRS += ibase
12
13symbian:contains(CONFIG, system-sqlite): SUBDIRS += sqlite_symbian
Note: See TracBrowser for help on using the repository browser.