source: trunk/examples/activeqt/webbrowser/webbrowser.pro@ 266

Last change on this file since 266 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 401 bytes
Line 
1TEMPLATE = app
2
3CONFIG += qaxcontainer
4
5QTDIR_build:REQUIRES = shared
6
7HEADERS = webaxwidget.h
8SOURCES = main.cpp
9FORMS = mainwindow.ui
10wince*: FORMS = wincemainwindow.ui
11
12
13# install
14target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/webbrowser
15sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS webbrowser.pro
16sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/webbrowser
17INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.