diff options
Diffstat (limited to 'tests/auto/declarative/qmllist/qmllist.pro')
-rw-r--r-- | tests/auto/declarative/qmllist/qmllist.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllist/qmllist.pro b/tests/auto/declarative/qmllist/qmllist.pro new file mode 100644 index 0000000..b2145ed --- /dev/null +++ b/tests/auto/declarative/qmllist/qmllist.pro @@ -0,0 +1,5 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += declarative +macx:CONFIG -= app_bundle + +SOURCES += tst_qmllist.cpp |