0748751c9f
(4.7-generated-declarative branch).
23 lines
740 B
Prolog
23 lines
740 B
Prolog
HEADERS = ftpwindow.h
|
|
SOURCES = ftpwindow.cpp \
|
|
main.cpp
|
|
RESOURCES += ftp.qrc
|
|
QT += network
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/qftp
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro images
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/qftp
|
|
INSTALLS += target sources
|
|
|
|
symbian {
|
|
TARGET.UID3 = 0xA000A648
|
|
CONFIG += qt_example
|
|
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|
TARGET.CAPABILITY="NetworkServices ReadUserData WriteUserData"
|
|
}
|
|
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
|
|
|
symbian: warning(This example might not fully work on Symbian platform)
|
|
maemo5: warning(This example might not fully work on Maemo platform)
|