diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-05 10:16:25 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-05 10:16:25 (GMT) |
commit | 39b3fcba96d6f9d7d7b96d3c875ef569a3083898 (patch) | |
tree | 12578297756573ceea01ad5ef53b0d223e6423b4 /tests/auto/declarative/qmlerror/qmlerror.pro | |
parent | 315d460e6a4ce5fa8c9fcb90474d43174b5e0b0d (diff) | |
download | Qt-39b3fcba96d6f9d7d7b96d3c875ef569a3083898.zip Qt-39b3fcba96d6f9d7d7b96d3c875ef569a3083898.tar.gz Qt-39b3fcba96d6f9d7d7b96d3c875ef569a3083898.tar.bz2 |
QmlError test
Diffstat (limited to 'tests/auto/declarative/qmlerror/qmlerror.pro')
-rw-r--r-- | tests/auto/declarative/qmlerror/qmlerror.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlerror/qmlerror.pro b/tests/auto/declarative/qmlerror/qmlerror.pro new file mode 100644 index 0000000..fa9b79e --- /dev/null +++ b/tests/auto/declarative/qmlerror/qmlerror.pro @@ -0,0 +1,6 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += declarative +SOURCES += tst_qmlerror.cpp +macx:CONFIG -= app_bundle + +DEFINES += SRCDIR=\\\"$$PWD\\\" |