summaryrefslogtreecommitdiffstats
path: root/examples/network/http/http.pro
blob: 7da0979935666934ec7664e0b85e20bdd767d663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HEADERS += httpwindow.h
SOURCES += httpwindow.cpp \
           main.cpp
FORMS += authenticationdialog.ui
QT += network

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/http
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS http.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/http
INSTALLS += target sources

symbian: {
    CONFIG += qt_example
    TARGET.CAPABILITY = NetworkServices
}
maemo5: CONFIG += qt_example