summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/sql/sql.pro
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-14 04:53:13 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-15 04:48:55 (GMT)
commit35afac3d3a275aa69c74e174cfeb5e411816e94a (patch)
tree533d0c13a2bb52eaf914aedce87e4076dedd6635 /tests/auto/declarative/sql/sql.pro
parentfa93b3fb3956f77f36c520e41b0c5065e51a56ce (diff)
downloadQt-35afac3d3a275aa69c74e174cfeb5e411816e94a.zip
Qt-35afac3d3a275aa69c74e174cfeb5e411816e94a.tar.gz
Qt-35afac3d3a275aa69c74e174cfeb5e411816e94a.tar.bz2
Rename "sql" test so autotester doesn't get confused.
Diffstat (limited to 'tests/auto/declarative/sql/sql.pro')
-rw-r--r--tests/auto/declarative/sql/sql.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/declarative/sql/sql.pro b/tests/auto/declarative/sql/sql.pro
deleted file mode 100644
index 7e4fdd8..0000000
--- a/tests/auto/declarative/sql/sql.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-load(qttest_p4)
-contains(QT_CONFIG,declarative): QT += declarative
-QT += sql script
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_sql.cpp
-
-# Define SRCDIR equal to test's source directory
-DEFINES += SRCDIR=\\\"$$PWD\\\"
-
-CONFIG += parallel_test
-