summaryrefslogtreecommitdiffstats
path: root/examples/tools/treemodelcompleter/treemodelcompleter.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/treemodelcompleter/treemodelcompleter.pro')
-rw-r--r--examples/tools/treemodelcompleter/treemodelcompleter.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/tools/treemodelcompleter/treemodelcompleter.pro b/examples/tools/treemodelcompleter/treemodelcompleter.pro
new file mode 100644
index 0000000000..aafd718201
--- /dev/null
+++ b/examples/tools/treemodelcompleter/treemodelcompleter.pro
@@ -0,0 +1,14 @@
+HEADERS = treemodelcompleter.h \
+ mainwindow.h
+SOURCES = treemodelcompleter.cpp \
+ main.cpp \
+ mainwindow.cpp
+RESOURCES = treemodelcompleter.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/treemodelcompleter
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS treemodelcompleter.pro resources
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/treemodelcompleter
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)