summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/completer/completer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/completer/completer.pro')
-rw-r--r--examples/widgets/tools/completer/completer.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/widgets/tools/completer/completer.pro b/examples/widgets/tools/completer/completer.pro
new file mode 100644
index 0000000000..a735b7ceae
--- /dev/null
+++ b/examples/widgets/tools/completer/completer.pro
@@ -0,0 +1,16 @@
+HEADERS = fsmodel.h \
+ mainwindow.h
+SOURCES = fsmodel.cpp \
+ main.cpp \
+ mainwindow.cpp
+RESOURCES = completer.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/completer
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS completer.pro resources
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/completer
+INSTALLS += target sources
+
+QT += widgets
+
+simulator: warning(This example might not fully work on Simulator platform)