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, 0 insertions, 13 deletions
diff --git a/examples/quickcontrols2/swipetoremove/swipetoremove.pro b/examples/quickcontrols2/swipetoremove/swipetoremove.pro
deleted file mode 100644
index 8e6bd5f6..00000000
--- a/examples/quickcontrols2/swipetoremove/swipetoremove.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = app
-TARGET = swipetoremove
-QT += qml
-
-SOURCES += \
- swipetoremove.cpp
-
-RESOURCES += \
- swipetoremove.qml \
- fonts/fontello.ttf
-
-target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/swipetoremove
-INSTALLS += target