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

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