tests/auto/qsqlerror/qsqlerror.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 ############################################################
       
     2 # Project file for autotest for file qsqlerror.h
       
     3 ############################################################
       
     4 
       
     5 load(qttest_p4)
       
     6 QT = core sql
       
     7 
       
     8 SOURCES += tst_qsqlerror.cpp
       
     9 
       
    10 symbian {
       
    11     qt_not_deployed {
       
    12         contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) {
       
    13             sqlite.path = /sys/bin
       
    14             sqlite.sources = sqlite3.dll
       
    15             DEPLOYMENT += sqlite
       
    16         }
       
    17     }
       
    18 }