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