summaryrefslogtreecommitdiff
path: root/examples/activeqt/webbrowser/webbrowser.pro
blob: 0fd36c0c6f90ec04b22521aa2d841c06ea6fee7e (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


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