1TEMPLATE = app 2 3QT += webenginewidgets 4TARGET = matrix-browser 5 6SOURCES += main.cpp 7 8# install 9target.path = ../../../OK8MP-linux-fs/rootfs/usr/bin/ 10INSTALLS += target 11