tests/auto/qsql/qsql.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 load(qttest_p4)
       
     2 SOURCES  += tst_qsql.cpp
       
     3 
       
     4 QT += sql
       
     5 
       
     6 contains(QT_CONFIG, qt3support): QT += qt3support
       
     7 
       
     8 wince*: {
       
     9    DEPLOYMENT_PLUGIN += qsqlite
       
    10 }
       
    11 
       
    12 symbian {
       
    13     qt_not_deployed {
       
    14         contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) {
       
    15             sqlite.path = /sys/bin
       
    16             sqlite.sources = sqlite3.dll
       
    17             DEPLOYMENT += sqlite
       
    18         }
       
    19     }
       
    20 }