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