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

QT += webenginequick

SOURCES += main.cpp

RESOURCES += qml.qrc

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