source: trunk/examples/network/http/http.pro@ 5

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

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

File size: 325 bytes
Line 
1HEADERS += httpwindow.h
2SOURCES += httpwindow.cpp \
3 main.cpp
4FORMS += authenticationdialog.ui
5QT += network
6
7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/network/http
9sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS http.pro
10sources.path = $$[QT_INSTALL_EXAMPLES]/network/http
11INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.