diff options
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro new file mode 100644 index 0000000..6e768d5 --- /dev/null +++ b/app/app.pro @@ -0,0 +1,10 @@ +TARGET = dashboard +QT = quickcontrols2 + +SOURCES = main.cpp + +RESOURCES += \ + dashboard.qrc \ + images/images.qrc + +include(app.pri) |