summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/orderform/orderform.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/richtext/orderform/orderform.pro')
-rw-r--r--examples/widgets/richtext/orderform/orderform.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/widgets/richtext/orderform/orderform.pro b/examples/widgets/richtext/orderform/orderform.pro
new file mode 100644
index 0000000000..4aefb99428
--- /dev/null
+++ b/examples/widgets/richtext/orderform/orderform.pro
@@ -0,0 +1,14 @@
+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
+
+QT += widgets
+!isEmpty(QT.printsupport.name): QT += printsupport