util/tests/auto/qsql/qsql.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     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 }