diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-09-23 03:24:53 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-09-23 03:24:53 (GMT) |
commit | 30226cd8b9587fddef604f5ace6219a4d9cba633 (patch) | |
tree | e4c3d02e0d2aeb0e9a989ff058c37433962e7fc8 /tests | |
parent | a720a5942d17705e01c43a840f582c8970a2f5e4 (diff) | |
download | Qt-30226cd8b9587fddef604f5ace6219a4d9cba633.zip Qt-30226cd8b9587fddef604f5ace6219a4d9cba633.tar.gz Qt-30226cd8b9587fddef604f5ace6219a4d9cba633.tar.bz2 |
missed file
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/sql/sql.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/sql/sql.pro b/tests/auto/declarative/sql/sql.pro new file mode 100644 index 0000000..36a867f --- /dev/null +++ b/tests/auto/declarative/sql/sql.pro @@ -0,0 +1,6 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += declarative +SOURCES += tst_sql.cpp + +# Define SRCDIR equal to test's source directory +DEFINES += SRCDIR=\\\"$$PWD\\\" |