X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=sample%2Fapp%2Fapp.pro;fp=sample%2Fapp%2Fapp.pro;h=d23206e1662c60874c770e8f7f846a422ee21837;hb=9b9350b623052d650f9d530f570a245b8d3aedbe;hp=0000000000000000000000000000000000000000;hpb=b2670af592e664ed304f7df77d84f1964f039636;p=apps%2Fonscreenapp.git diff --git a/sample/app/app.pro b/sample/app/app.pro new file mode 100644 index 0000000..d23206e --- /dev/null +++ b/sample/app/app.pro @@ -0,0 +1,14 @@ +TARGET = onstest +QT = quickcontrols2 + +SOURCES = main.cpp + +CONFIG += link_pkgconfig +PKGCONFIG += qlibhomescreen qlibwindowmanager + +RESOURCES += \ + main.qrc + +include(app.pri) + +DISTFILES += \ No newline at end of file