summaryrefslogtreecommitdiff
path: root/examples/activeqt/webbrowser/webbrowser.pro
blob: 76a791c982189b55e7fc8425753e5c9b4b3e2069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app

QT += widgets axcontainer

HEADERS  = webaxwidget.h
SOURCES  = main.cpp
FORMS    = mainwindow.ui
RESOURCES += webbrowser.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/webbrowser
INSTALLS += target