author | ar <ar> | 2004-01-03 15:26:34 (UTC) |
---|---|---|
committer | ar <ar> | 2004-01-03 15:26:34 (UTC) |
commit | 6f36ed1520e6d87ee1dfb5e19fba684ce58609c2 (patch) (unidiff) | |
tree | 1b4623520c3e68c61324bbf1668b49c8590366ff | |
parent | 45ace73de06a645d5876ad40a6d911f7ea24c69b (diff) | |
download | opie-6f36ed1520e6d87ee1dfb5e19fba684ce58609c2.zip opie-6f36ed1520e6d87ee1dfb5e19fba684ce58609c2.tar.gz opie-6f36ed1520e6d87ee1dfb5e19fba684ce58609c2.tar.bz2 |
libopiecore2 and libopienet2 are needed by wlan-plugin
-rw-r--r-- | noncore/settings/networksettings/networksettings.pro | 2 |
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 @@ | |||
1 | CONFIG = qt warn_on debug quick-app | 1 | CONFIG = qt warn_on debug quick-app |
2 | HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h | 2 | HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h |
3 | SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp | 3 | SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp |
4 | INCLUDEPATH += $(OPIEDIR)/include interfaces/ | 4 | INCLUDEPATH += $(OPIEDIR)/include interfaces/ |
5 | DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ ppp/ | 5 | DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ ppp/ |
6 | LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces -lopie | 6 | LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces -lopie -lopiecore2 -lopienet2 |
7 | INTERFACES = mainwindow.ui addconnection.ui | 7 | INTERFACES = mainwindow.ui addconnection.ui |
8 | TARGET = networksettings | 8 | TARGET = networksettings |
9 | 9 | ||
10 | 10 | ||
11 | 11 | ||
12 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |