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

QT += widgets axcontainer

HEADERS  = webaxwidget.h
SOURCES	 = main.cpp
FORMS	 = mainwindow.ui
wincewm*: FORMS = mainwindow_windowsmobile.ui


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