summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2017-02-28 18:55:58 -0500
committerScott Murray <scott.murray@konsulko.com>2017-02-28 18:55:58 -0500
commit4dd6163184a243f80d6324c61d674383e88e9ba5 (patch)
tree310989d83061df6f6dbfee36ad512f21392cdd14 /app/app.pro
parent902c481576149103463758069115ed4df612fd18 (diff)
Change-Id: I52a49fa8b3b8ba33157622c7bc78c6bfae793196 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
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..e0a927e
--- /dev/null
+++ b/app/app.pro
@@ -0,0 +1,11 @@
+TARGET = radio
+QT = quickcontrols2
+
+HEADERS = PresetDataObject.h
+SOURCES = main.cpp PresetDataObject.cpp
+
+RESOURCES += \
+ radio.qrc \
+ images/images.qrc
+
+include(app.pri)