summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/push-notifications/push-notifications.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/push-notifications/push-notifications.pro')
-rw-r--r--examples/webenginewidgets/push-notifications/push-notifications.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/webenginewidgets/push-notifications/push-notifications.pro b/examples/webenginewidgets/push-notifications/push-notifications.pro
new file mode 100644
index 000000000..5ffb85fd7
--- /dev/null
+++ b/examples/webenginewidgets/push-notifications/push-notifications.pro
@@ -0,0 +1,10 @@
+QT += webenginewidgets
+
+HEADERS = notificationpopup.h
+
+SOURCES = main.cpp
+
+RESOURCES = data/data.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/push-notifications
+INSTALLS += target