diff options
Diffstat (limited to 'tests/auto/declarative/qmlbehaviors/qmlbehaviors.pro')
-rw-r--r-- | tests/auto/declarative/qmlbehaviors/qmlbehaviors.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlbehaviors/qmlbehaviors.pro b/tests/auto/declarative/qmlbehaviors/qmlbehaviors.pro new file mode 100644 index 0000000..1e685ee --- /dev/null +++ b/tests/auto/declarative/qmlbehaviors/qmlbehaviors.pro @@ -0,0 +1,6 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += declarative +SOURCES += tst_qmlbehaviors.cpp +macx:CONFIG -= app_bundle + +DEFINES += SRCDIR=\\\"$$PWD\\\" |