summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
new file mode 100644
index 0000000..8b3bc4e
--- /dev/null
+++ b/app/app.pro
@@ -0,0 +1,11 @@
+TARGET = controls
+QT = quickcontrols2
+
+SOURCES = main.cpp
+
+RESOURCES += \
+ controls.qrc \
+ images/images.qrc
+
+include(app.pri)
+