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

QT += webengine

SOURCES += main.cpp

RESOURCES += qml.qrc

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