summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/printme/printme.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/printme/printme.pro')
-rw-r--r--examples/webenginewidgets/printme/printme.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/webenginewidgets/printme/printme.pro b/examples/webenginewidgets/printme/printme.pro
new file mode 100644
index 000000000..15b3959d5
--- /dev/null
+++ b/examples/webenginewidgets/printme/printme.pro
@@ -0,0 +1,9 @@
+QT += webenginewidgets printsupport
+
+HEADERS = printhandler.h
+SOURCES = main.cpp \
+ printhandler.cpp
+RESOURCES = data/data.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/printme
+INSTALLS += target