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

Last change on this file since 651 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 412 bytes
Line 
1TEMPLATE = app
2
3CONFIG += qaxcontainer
4
5QTDIR_build:REQUIRES = shared
6
7HEADERS = webaxwidget.h
8SOURCES = main.cpp
9FORMS = mainwindow.ui
10wincewm*: FORMS = mainwindow_windowsmobile.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.