aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/righttoleft/righttoleft.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/righttoleft/righttoleft.pro')
-rw-r--r--examples/quick/righttoleft/righttoleft.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/quick/righttoleft/righttoleft.pro b/examples/quick/righttoleft/righttoleft.pro
deleted file mode 100644
index 248564e07f..0000000000
--- a/examples/quick/righttoleft/righttoleft.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml
-SOURCES += main.cpp
-RESOURCES += \
- righttoleft.qrc \
- ../shared/shared.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/quick/righttoleft
-INSTALLS += target