summaryrefslogtreecommitdiffstats
path: root/examples/webengine/webengineaction/webengineaction.pro
blob: aeed568fb936732c1c9d75c18f08c471f6832ad0 (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]/webengine/webengineaction
INSTALLS += target