summaryrefslogtreecommitdiffstats
path: root/examples/richtext/orderform/orderform.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/richtext/orderform/orderform.pro')
-rw-r--r--examples/richtext/orderform/orderform.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/richtext/orderform/orderform.pro b/examples/richtext/orderform/orderform.pro
new file mode 100644
index 0000000000..6a5041ba70
--- /dev/null
+++ b/examples/richtext/orderform/orderform.pro
@@ -0,0 +1,13 @@
+HEADERS = detailsdialog.h \
+ mainwindow.h
+SOURCES = detailsdialog.cpp \
+ main.cpp \
+ mainwindow.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext/orderform
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS orderform.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext/orderform
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)