tests/auto/qitemmodel/qitemmodel.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 load(qttest_p4)
       
     2 SOURCES         += tst_qitemmodel.cpp
       
     3 
       
     4 QT += sql
       
     5 
       
     6 # NOTE: The deployment of the sqldrivers is disabled on purpose.
       
     7 #       If we deploy the plugins, they are loaded twice when running
       
     8 #       the tests on the autotest system. In that case we run out of
       
     9 #       memory on Windows Mobile 5.
       
    10 
       
    11 #wince*: {
       
    12 #   plugFiles.sources = $$QT_BUILD_TREE/plugins/sqldrivers/*.dll
       
    13 #   plugFiles.path    = sqldrivers
       
    14 #   DEPLOYMENT += plugFiles 
       
    15 #}
       
    16 
       
    17 symbian {
       
    18     TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb"
       
    19     qt_not_deployed {
       
    20         contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) {
       
    21             sqlite.path = /sys/bin
       
    22             sqlite.sources = sqlite3.dll
       
    23             DEPLOYMENT += sqlite
       
    24         }
       
    25     }
       
    26 }