equal
deleted
inserted
replaced
9 contains(sql-plugins, sqlite) : SUBDIRS += sqlite |
9 contains(sql-plugins, sqlite) : SUBDIRS += sqlite |
10 contains(sql-plugins, sqlite2) : SUBDIRS += sqlite2 |
10 contains(sql-plugins, sqlite2) : SUBDIRS += sqlite2 |
11 contains(sql-plugins, ibase) : SUBDIRS += ibase |
11 contains(sql-plugins, ibase) : SUBDIRS += ibase |
12 |
12 |
13 # :QTP: Version check not working on TB9.2 and later, don't export SQLLite. Fix needed for working version check |
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) { |
14 # symbian:contains(CONFIG, system-sqlite): SUBDIRS += sqlite_symbian |
15 # symbian:contains(CONFIG, system-sqlite): SUBDIRS += sqlite_symbian |
15 |
16 # } |
|