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