summaryrefslogtreecommitdiffstats
path: root/examples/richtext/textedit/textedit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/richtext/textedit/textedit.pro')
-rw-r--r--examples/richtext/textedit/textedit.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/richtext/textedit/textedit.pro b/examples/richtext/textedit/textedit.pro
new file mode 100644
index 0000000000..b37ac3036a
--- /dev/null
+++ b/examples/richtext/textedit/textedit.pro
@@ -0,0 +1,22 @@
+TEMPLATE = app
+TARGET = textedit
+
+CONFIG += qt warn_on
+
+HEADERS = textedit.h
+SOURCES = textedit.cpp \
+ main.cpp
+
+RESOURCES += textedit.qrc
+build_all:!build_pass {
+ CONFIG -= build_all
+ CONFIG += release
+}
+
+# install
+target.path = $$[QT_INSTALL_DEMOS]/qtbase/textedit
+sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.doc images
+sources.path = $$[QT_INSTALL_DEMOS]/qtbase/textedit
+INSTALLS += target sources
+
+symbian: CONFIG += qt_demo