diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 10:34:13 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 10:34:13 +0100 |
commit | 67ad0519fd165acee4a4d2a94fa502e9e4847bd0 (patch) | |
tree | 1dbf50b3dff8d5ca7e9344733968c72704eb15ff /tests/auto/qitemmodel/qitemmodel.pro | |
download | qt4-tools-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz |
Long live Qt!
Diffstat (limited to 'tests/auto/qitemmodel/qitemmodel.pro')
-rw-r--r-- | tests/auto/qitemmodel/qitemmodel.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/qitemmodel/qitemmodel.pro b/tests/auto/qitemmodel/qitemmodel.pro new file mode 100644 index 0000000000..c51f4c7242 --- /dev/null +++ b/tests/auto/qitemmodel/qitemmodel.pro @@ -0,0 +1,16 @@ +CONFIG += qtestlib +SOURCES += tst_qitemmodel.cpp +TARGET = tst_qitemmodel + +QT += sql + +# NOTE: The deployment of the sqldrivers is disabled on purpose. +# If we deploy the plugins, they are loaded twice when running +# the tests on the autotest system. In that case we run out of +# memory on Windows Mobile 5. + +#wince*: { +# plugFiles.sources = $$QT_BUILD_TREE/plugins/sqldrivers/*.dll +# plugFiles.path = sqldrivers +# DEPLOYMENT += plugFiles +#} |