summaryrefslogtreecommitdiffstats
path: root/tests/manual/sensorclerk/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/sensorclerk/main.cpp')
-rw-r--r--tests/manual/sensorclerk/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/manual/sensorclerk/main.cpp b/tests/manual/sensorclerk/main.cpp
index 93086a5a..ca1e0685 100644
--- a/tests/manual/sensorclerk/main.cpp
+++ b/tests/manual/sensorclerk/main.cpp
@@ -52,11 +52,7 @@ int main( int argc, char** argv )
qmlRegisterType<Collector>("Collector", 1, 0, "Collector");
QQuickView view;
view.setResizeMode(QQuickView::SizeRootObjectToView);
-#if defined(Q_OS_QNX)
- view.setSource( QUrl( "app/native/qml/main.qml" ) );
-#else
view.setSource( QUrl( "qml/main.qml" ) );
-#endif
view.show();
return app.exec();
}