summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/textedit/textedit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/richtext/textedit/textedit.pro')
-rw-r--r--examples/widgets/richtext/textedit/textedit.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/widgets/richtext/textedit/textedit.pro b/examples/widgets/richtext/textedit/textedit.pro
new file mode 100644
index 0000000000..e172e79fe6
--- /dev/null
+++ b/examples/widgets/richtext/textedit/textedit.pro
@@ -0,0 +1,23 @@
+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_EXAMPLES]/qtbase/richtext/textedit
+sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.doc images
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext/textedit
+INSTALLS += target sources
+
+QT += widgets
+!isEmpty(QT.printsupport.name): QT += printsupport