summaryrefslogtreecommitdiffstats
path: root/examples/declarative/loader/loader.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/loader/loader.pro')
-rw-r--r--examples/declarative/loader/loader.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/declarative/loader/loader.pro b/examples/declarative/loader/loader.pro
new file mode 100644
index 0000000..baa5b8c
--- /dev/null
+++ b/examples/declarative/loader/loader.pro
@@ -0,0 +1,9 @@
+SOURCES = main.cpp
+RESOURCES = loader.qrc
+
+QT += script declarative
+
+target.path = $$[QT_INSTALL_EXAMPLES]/declarative/loader
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS loader.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/loader
+INSTALLS += target sources