diff options
Diffstat (limited to 'tests/auto/declarative/qfxloader/qfxloader.pro')
-rw-r--r-- | tests/auto/declarative/qfxloader/qfxloader.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qfxloader/qfxloader.pro b/tests/auto/declarative/qfxloader/qfxloader.pro index 8be8cdf..aee52cc 100644 --- a/tests/auto/declarative/qfxloader/qfxloader.pro +++ b/tests/auto/declarative/qfxloader/qfxloader.pro @@ -2,6 +2,6 @@ load(qttest_p4) contains(QT_CONFIG,declarative): QT += declarative gui macx:CONFIG -= app_bundle -SOURCES += tst_qmlgraphicsloader.cpp +SOURCES += tst_qfxloader.cpp DEFINES += SRCDIR=\\\"$$PWD\\\" |