summaryrefslogtreecommitdiffstats
path: root/examples/network/http/http.pro
blob: f67cd0149547168f2150e7fb2cf382a53cb8fd72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += network widgets
android: qtHaveModule(androidextras) {
    QT += androidextras
    DEFINES += REQUEST_PERMISSIONS_ON_ANDROID
}

HEADERS += httpwindow.h
SOURCES += httpwindow.cpp \
           main.cpp
FORMS += authenticationdialog.ui

# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/http
INSTALLS += target