summaryrefslogtreecommitdiffstats
path: root/demos/textedit/textedit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/textedit/textedit.pro')
-rw-r--r--demos/textedit/textedit.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/demos/textedit/textedit.pro b/demos/textedit/textedit.pro
new file mode 100644
index 0000000000..129b8fb519
--- /dev/null
+++ b/demos/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: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)