diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-23 03:02:57 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-23 03:02:57 (GMT) |
commit | ecfe2b1cb35a8779bea5d23c0bb2c1b31939c01d (patch) | |
tree | 2ba3fea7bd3748f44dce82f82b274b21c5078c45 /tests/auto/declarative/qmlengine/qmlengine.pro | |
parent | 267ab0cd6a1d7070a7139eda24eb372590603c01 (diff) | |
download | Qt-ecfe2b1cb35a8779bea5d23c0bb2c1b31939c01d.zip Qt-ecfe2b1cb35a8779bea5d23c0bb2c1b31939c01d.tar.gz Qt-ecfe2b1cb35a8779bea5d23c0bb2c1b31939c01d.tar.bz2 |
Merge qmlengine and qmlbindengine tests
Diffstat (limited to 'tests/auto/declarative/qmlengine/qmlengine.pro')
-rw-r--r-- | tests/auto/declarative/qmlengine/qmlengine.pro | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qmlengine/qmlengine.pro b/tests/auto/declarative/qmlengine/qmlengine.pro deleted file mode 100644 index 4ac81e9..0000000 --- a/tests/auto/declarative/qmlengine/qmlengine.pro +++ /dev/null @@ -1,5 +0,0 @@ -load(qttest_p4) -contains(QT_CONFIG,declarative): QT += declarative -SOURCES += tst_qmlengine.cpp - -DEFINES += SRCDIR=\\\"$$PWD\\\" |