summaryrefslogtreecommitdiffstats
path: root/examples/dialogs/findfiles/findfiles.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dialogs/findfiles/findfiles.pro')
-rw-r--r--examples/dialogs/findfiles/findfiles.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/dialogs/findfiles/findfiles.pro b/examples/dialogs/findfiles/findfiles.pro
new file mode 100644
index 0000000000..8e80b27f33
--- /dev/null
+++ b/examples/dialogs/findfiles/findfiles.pro
@@ -0,0 +1,11 @@
+HEADERS = window.h
+SOURCES = main.cpp \
+ window.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/findfiles
+sources.files = $$SOURCES $$HEADERS *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/findfiles
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)