summaryrefslogtreecommitdiff
authorar <ar>2004-01-03 15:26:34 (UTC)
committer ar <ar>2004-01-03 15:26:34 (UTC)
commit6f36ed1520e6d87ee1dfb5e19fba684ce58609c2 (patch) (side-by-side diff)
tree1b4623520c3e68c61324bbf1668b49c8590366ff
parent45ace73de06a645d5876ad40a6d911f7ea24c69b (diff)
downloadopie-6f36ed1520e6d87ee1dfb5e19fba684ce58609c2.zip
opie-6f36ed1520e6d87ee1dfb5e19fba684ce58609c2.tar.gz
opie-6f36ed1520e6d87ee1dfb5e19fba684ce58609c2.tar.bz2
libopiecore2 and libopienet2 are needed by wlan-plugin
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/networksettings.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/networksettings.pro b/noncore/settings/networksettings/networksettings.pro
index 0615ea4..156a8dc 100644
--- a/noncore/settings/networksettings/networksettings.pro
+++ b/noncore/settings/networksettings/networksettings.pro
@@ -1,12 +1,12 @@
CONFIG = qt warn_on debug quick-app
HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h
SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp
INCLUDEPATH += $(OPIEDIR)/include interfaces/
DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ ppp/
-LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces -lopie
+LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces -lopie -lopiecore2 -lopienet2
INTERFACES = mainwindow.ui addconnection.ui
TARGET = networksettings
include ( $(OPIEDIR)/include.pro )