summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqldrivers.pro
blob: afd2008826b102e6bc1d117d47c74819b5a334e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs

qtConfig(sql-psql)     : SUBDIRS += psql
qtConfig(sql-mysql)    : SUBDIRS += mysql
qtConfig(sql-odbc)     : SUBDIRS += odbc
qtConfig(sql-tds)      : SUBDIRS += tds
qtConfig(sql-oci)      : SUBDIRS += oci
qtConfig(sql-db2)      : SUBDIRS += db2
qtConfig(sql-sqlite)   : SUBDIRS += sqlite
qtConfig(sql-sqlite2)  : SUBDIRS += sqlite2
qtConfig(sql-ibase)    : SUBDIRS += ibase