summaryrefslogtreecommitdiff
path: root/noncore/settings
authorkergoth <kergoth>2003-03-28 02:08:43 (UTC)
committer kergoth <kergoth>2003-03-28 02:08:43 (UTC)
commit1f7da3774c074c57832c7eaa88dd67fba370db71 (patch) (side-by-side diff)
treee9a1bff2da34c16ad2426a1fb27b37ad130b78eb /noncore/settings
parent169a544a1cbd17a6ff3295eba6a9e403fdc299d8 (diff)
downloadopie-1f7da3774c074c57832c7eaa88dd67fba370db71.zip
opie-1f7da3774c074c57832c7eaa88dd67fba370db71.tar.gz
opie-1f7da3774c074c57832c7eaa88dd67fba370db71.tar.bz2
Link networksettings against libopie, I need OProcess.
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/networksettings.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/networksettings/networksettings.pro b/noncore/settings/networksettings/networksettings.pro
index eb2b439..875c68e 100644
--- a/noncore/settings/networksettings/networksettings.pro
+++ b/noncore/settings/networksettings/networksettings.pro
@@ -6,8 +6,8 @@ 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/
-LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces
-INTERFACES = mainwindow.ui addconnection.ui
+LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces -lopie
+INTERFACES = mainwindow.ui addconnection.ui
TARGET = networksettings