aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/swipetoremove/swipetoremove.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/swipetoremove/swipetoremove.pro')
-rw-r--r--examples/quickcontrols2/swipetoremove/swipetoremove.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/quickcontrols2/swipetoremove/swipetoremove.pro b/examples/quickcontrols2/swipetoremove/swipetoremove.pro
new file mode 100644
index 00000000..8e6bd5f6
--- /dev/null
+++ b/examples/quickcontrols2/swipetoremove/swipetoremove.pro
@@ -0,0 +1,13 @@
+TEMPLATE = app
+TARGET = swipetoremove
+QT += qml
+
+SOURCES += \
+ swipetoremove.cpp
+
+RESOURCES += \
+ swipetoremove.qml \
+ fonts/fontello.ttf
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/swipetoremove
+INSTALLS += target