summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/filesystembrowser/filesystembrowser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/controls/filesystembrowser/filesystembrowser.pro')
-rw-r--r--examples/quickcontrols/controls/filesystembrowser/filesystembrowser.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/quickcontrols/controls/filesystembrowser/filesystembrowser.pro b/examples/quickcontrols/controls/filesystembrowser/filesystembrowser.pro
new file mode 100644
index 00000000..fc14584c
--- /dev/null
+++ b/examples/quickcontrols/controls/filesystembrowser/filesystembrowser.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+TARGET = filesystembrowser
+QT += qml quick widgets
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/controls/filesystembrowser
+INSTALLS += target