afm-launch: uses qmlscene not qmlviewer
[src/app-framework-main.git] / src / afm-launch.c
index 3b79fbb..937366d 100644 (file)
@@ -62,10 +62,12 @@ static const char *args_for_afb_daemon[] = {
 };
 
 static const char *args_for_qmlviewer[] = {
-       "/usr/bin/qt5/qmlviewer",
-       "-frameless",
+       "/usr/bin/qt5/qmlscene",
        "-fullscreen",
-       "-script",
+       "-I",
+       "%r",
+       "-I",
+       "%r/imports",
        "%r/%c",
        NULL
 };