equal
deleted
inserted
replaced
|
1 TEMPLATE = subdirs |
|
2 |
|
3 contains(sql-plugins, psql) : SUBDIRS += psql |
|
4 contains(sql-plugins, mysql) : SUBDIRS += mysql |
|
5 contains(sql-plugins, odbc) : SUBDIRS += odbc |
|
6 contains(sql-plugins, tds) : SUBDIRS += tds |
|
7 contains(sql-plugins, oci) : SUBDIRS += oci |
|
8 contains(sql-plugins, db2) : SUBDIRS += db2 |
|
9 contains(sql-plugins, sqlite) : SUBDIRS += sqlite |
|
10 contains(sql-plugins, sqlite2) : SUBDIRS += sqlite2 |
|
11 contains(sql-plugins, ibase) : SUBDIRS += ibase |
|
12 |
|
13 # :QTP: Version check not working on TB9.2 and later, don't export SQLLite. Fix needed for working version check |
|
14 #contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) { |
|
15 # symbian:contains(CONFIG, system-sqlite): SUBDIRS += sqlite_symbian |
|
16 # } |