e510b6e466
Fixed the include statements added QT+=widgets in examples/network to get them to compile. Will need something better than doing it manually.
16 lines
385 B
Prolog
16 lines
385 B
Prolog
QT += widgets
|
|
|
|
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
|