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=4ccb23ff85897f668f56a2566aceaa1b59dc64f6;hp=0000000000000000000000000000000000000000;hpb=ec044f44133cad1d12311345437b13b1a953226e;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