summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-03 12:57:48 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-03 12:57:48 +1000
commit6bdf2c928945ca3ac37b553eb0a555ebea924b1b (patch)
tree6695918b92f64b7a7a005856ed526cf62ea6e61b /src
parent90031b54e941914346b121a9bea97a3f3f846c83 (diff)
Don't need the import path
Diffstat (limited to 'src')
-rw-r--r--src/quicktestlib/qdeclarativetest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quicktestlib/qdeclarativetest.cpp b/src/quicktestlib/qdeclarativetest.cpp
index 7e56608..1d05a96 100644
--- a/src/quicktestlib/qdeclarativetest.cpp
+++ b/src/quicktestlib/qdeclarativetest.cpp
@@ -150,7 +150,6 @@ int qtest_quick_main(int argc, char **argv, const char *name, const char *source
&eventLoop, SLOT(quit()));
if (createViewport)
view.setViewport((*createViewport)());
- view.engine()->addImportPath(testPath);
view.setSource(QUrl::fromLocalFile(fi.absoluteFilePath()));
if (view.status() == QDeclarativeView::Error) {
// Error compiling the test - flag failure and continue.