diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-03-31 04:14:19 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-03-31 04:14:19 (GMT) |
commit | 8c757e4b84748c19e5f66da432d8af2e7db40cde (patch) | |
tree | ad24456d6ed47d8b3114fde2903e344e21bd884a /tools/qml/qml.pro | |
parent | ff711bebd7a8857bc78b9a2854591489fcb15497 (diff) | |
download | Qt-8c757e4b84748c19e5f66da432d8af2e7db40cde.zip Qt-8c757e4b84748c19e5f66da432d8af2e7db40cde.tar.gz Qt-8c757e4b84748c19e5f66da432d8af2e7db40cde.tar.bz2 |
Minor cleanup for visual test framework.
Diffstat (limited to 'tools/qml/qml.pro')
-rw-r--r-- | tools/qml/qml.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index a7eb6f5..ba283b6 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -15,13 +15,13 @@ contains(QT_CONFIG, opengl) { # Input HEADERS += qmlruntime.h \ proxysettings.h \ - qfxtester.h \ + qdeclarativetester.h \ deviceorientation.h \ qdeclarativefolderlistmodel.h SOURCES += main.cpp \ qmlruntime.cpp \ proxysettings.cpp \ - qfxtester.cpp \ + qdeclarativetester.cpp \ qdeclarativefolderlistmodel.cpp RESOURCES = qmlruntime.qrc maemo5 { |