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, 13 insertions, 0 deletions
diff --git a/examples/quick/textureprovider/textureprovider.pro b/examples/quick/textureprovider/textureprovider.pro
new file mode 100644
index 0000000000..5d9825f7ac
--- /dev/null
+++ b/examples/quick/textureprovider/textureprovider.pro
@@ -0,0 +1,13 @@
+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