summaryrefslogtreecommitdiff
path: root/examples/webenginequick/webengineaction/webengineaction.pro
blob: 223109eb9a23fd5da3b83e1e6fea9abe5506ab96 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

QT += webenginequick

HEADERS += utils.h
SOURCES += main.cpp

RESOURCES += qml.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/webenginequick/webengineaction
INSTALLS += target