--- a/src/plugins/bearer/symbian/symbian.pro Fri Sep 17 08:34:18 2010 +0300
+++ b/src/plugins/bearer/symbian/symbian.pro Mon Oct 04 01:19:32 2010 +0300
@@ -1,42 +1,5 @@
TEMPLATE = subdirs
-QT += network
-
-HEADERS += symbianengine.h \
- qnetworksession_impl.h
-
-SOURCES += symbianengine.cpp \
- qnetworksession_impl.cpp \
- main.cpp
-
-symbian {
- TARGET.UID3=0x20021319
- # exists($${EPOCROOT}epoc32/release/winscw/udeb/cmmanager.lib)| \
- # exists($${EPOCROOT}epoc32/release/armv5/lib/cmmanager.lib) {
- message("Building with SNAP support")
- DEFINES += SNAP_FUNCTIONALITY_AVAILABLE
- LIBS += -lcmmanager
- # } else {
- # message("Building without SNAP support")
- # LIBS += -lapengine
- # }
-}
-
-INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
-symbian-abld:INCLUDEPATH += $$QT_BUILD_TREE/include/QtNetwork/private
-
-LIBS += -lcommdb \
- -lApSettingsHandlerUI \
- -lConnMon \
- -lcentralrepository \
- -lesock \
- -linsock \
- -lecom \
- -lefsrv \
- -lnetmeta
-
-QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/bearer
-target.path += $$[QT_INSTALL_PLUGINS]/bearer
-INSTALLS += target
-SUBDIRS += 3_1 3_2 symbian_3
-
+#QTP: build only for symbian_3
+#SUBDIRS += 3_1 3_2 symbian_3
+SUBDIRS += symbian_3
\ No newline at end of file