summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/push-notifications/push-notifications.pro
blob: 5ffb85fd7bbc9d00ca4dc7e11dc13fdd567f9147 (plain)
1
2
3
4
5
6
7
8
9
10
QT += webenginewidgets

HEADERS   = notificationpopup.h

SOURCES   = main.cpp

RESOURCES = data/data.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/push-notifications
INSTALLS += target