src/plugins/sqldrivers/sqldrivers.pro
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     8 contains(sql-plugins, db2)	: SUBDIRS += db2
     8 contains(sql-plugins, db2)	: SUBDIRS += db2
     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 symbian:contains(CONFIG, system-sqlite): SUBDIRS += sqlite_symbian
    14 # symbian:contains(CONFIG, system-sqlite): SUBDIRS += sqlite_symbian
       
    15