summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/symbian/symbian.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/bearer/symbian/symbian.pri')
-rw-r--r--src/plugins/bearer/symbian/symbian.pri32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/plugins/bearer/symbian/symbian.pri b/src/plugins/bearer/symbian/symbian.pri
deleted file mode 100644
index c4b3c6d09d..0000000000
--- a/src/plugins/bearer/symbian/symbian.pri
+++ /dev/null
@@ -1,32 +0,0 @@
-TARGET = qsymbianbearer
-load(qt_plugin)
-
-QT = core network
-
-HEADERS += ../symbianengine.h \
- ../qnetworksession_impl.h
-
-SOURCES += ../symbianengine.cpp \
- ../qnetworksession_impl.cpp \
- ../main.cpp
-
-INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
-symbian-abld:INCLUDEPATH += $$QT_BUILD_TREE/include/QtNetwork/private
-
-LIBS += -lcommdb \
- -lcentralrepository \
- -lesock \
- -linsock \
- -lecom \
- -lefsrv \
- -lnetmeta
-
-is_using_gnupoc {
- LIBS += -lconnmon
-} else {
- LIBS += -lConnMon
-}
-
-DESTDIR = $$QT.network.plugins/bearer
-target.path += $$[QT_INSTALL_PLUGINS]/bearer
-INSTALLS += target