author | ar <ar> | 2004-01-03 12:41:04 (UTC) |
---|---|---|
committer | ar <ar> | 2004-01-03 12:41:04 (UTC) |
commit | 452aac36b77ed1f7e6db3a7952028bf6027e54b6 (patch) (unidiff) | |
tree | 859f9d61ed161320775627cefec0dbda5f1991e6 | |
parent | 197d8a4fe74f42374efd26bb0b3e54c4cc0ff99e (diff) | |
download | opie-452aac36b77ed1f7e6db3a7952028bf6027e54b6.zip opie-452aac36b77ed1f7e6db3a7952028bf6027e54b6.tar.gz opie-452aac36b77ed1f7e6db3a7952028bf6027e54b6.tar.bz2 |
make networksettings compile without opie-lib 2
-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 e8dbe5b..0615ea4 100644 --- a/noncore/settings/networksettings/networksettings.pro +++ b/noncore/settings/networksettings/networksettings.pro | |||
@@ -3,7 +3,7 @@ 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 -lopiecore2 -lopienet2 | 6 | LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces -lopie |
7 | INTERFACES = mainwindow.ui addconnection.ui | 7 | INTERFACES = mainwindow.ui addconnection.ui |
8 | TARGET = networksettings | 8 | TARGET = networksettings |
9 | 9 | ||