summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/networksettings.pro
authorar <ar>2004-01-03 12:41:04 (UTC)
committer ar <ar>2004-01-03 12:41:04 (UTC)
commit452aac36b77ed1f7e6db3a7952028bf6027e54b6 (patch) (unidiff)
tree859f9d61ed161320775627cefec0dbda5f1991e6 /noncore/settings/networksettings/networksettings.pro
parent197d8a4fe74f42374efd26bb0b3e54c4cc0ff99e (diff)
downloadopie-452aac36b77ed1f7e6db3a7952028bf6027e54b6.zip
opie-452aac36b77ed1f7e6db3a7952028bf6027e54b6.tar.gz
opie-452aac36b77ed1f7e6db3a7952028bf6027e54b6.tar.bz2
make networksettings compile without opie-lib 2
Diffstat (limited to 'noncore/settings/networksettings/networksettings.pro') (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 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
3SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp 3SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp
4INCLUDEPATH += $(OPIEDIR)/include interfaces/ 4INCLUDEPATH += $(OPIEDIR)/include interfaces/
5DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ ppp/ 5DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ ppp/
6LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces -lopie -lopiecore2 -lopienet2 6LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces -lopie
7INTERFACES = mainwindow.ui addconnection.ui 7INTERFACES = mainwindow.ui addconnection.ui
8TARGET = networksettings 8TARGET = networksettings
9 9