summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/notifications/notifications.pro
blob: 6e276d405b6f6af25e948bce64c8197dfc1cd446 (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/notifications
INSTALLS += target