Hi,
this is a compile error for network examples: " undefined reference to `setdefaultif' ", when I try compile each example for symbian device by Qt creator 2.0.0 in NokiQtSdk v1.0.
so what's or where's my wrong?
this is fortunserver.pro for example
------------------------------------------------------------------
HEADERS = server.h
SOURCES = server.cpp \
main.cpp
QT += network
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneserver
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fortuneserver.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneserver
INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000CF71
include($$[QT_INSTALL_EXAMPLES]/symbianpkgrules.pri)
HEADERS += $$[QT_INSTALL_EXAMPLES]/network/qftp/sym_iap_util.h
LIBS += -lesock -lcommdb -linsock # For IAP selection
TARGET.CAPABILITY = "All -TCB"
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}
---------------------------------------------------------------------------------------------





