summaryrefslogtreecommitdiffstats
path: root/examples/uitools/textfinder/textfinder.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uitools/textfinder/textfinder.pro')
-rw-r--r--examples/uitools/textfinder/textfinder.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/uitools/textfinder/textfinder.pro b/examples/uitools/textfinder/textfinder.pro
deleted file mode 100644
index 337b7216e4..0000000000
--- a/examples/uitools/textfinder/textfinder.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-CONFIG += uitools
-HEADERS = textfinder.h
-RESOURCES = textfinder.qrc
-SOURCES = textfinder.cpp main.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/textfinder
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro forms
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/textfinder
-INSTALLS += target sources
-
-symbian: CONFIG += qt_example
-QT += widgets
-maemo5: CONFIG += qt_example
-
-symbian: warning(This example does not work on Symbian platform)
-simulator: warning(This example does not work on Simulator platform)