author | zecke <zecke> | 2004-02-07 21:32:30 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-02-07 21:32:30 (UTC) |
commit | 83a8f6fd9db949943d58d2f2a80304d516cf45d3 (patch) (unidiff) | |
tree | 25cb30870bedec9e65cfa7cc0e876cdac5132cdd | |
parent | 9212a1715e5092ce143043770c5f2ff86db907ee (diff) | |
download | opie-83a8f6fd9db949943d58d2f2a80304d516cf45d3.zip opie-83a8f6fd9db949943d58d2f2a80304d516cf45d3.tar.gz opie-83a8f6fd9db949943d58d2f2a80304d516cf45d3.tar.bz2 |
Fix up linking.
Only wlan currently requires Opie2 stuff
-rw-r--r-- | noncore/settings/networksettings/networksettings.pro | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/wlan/wlan.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/networksettings/networksettings.pro b/noncore/settings/networksettings/networksettings.pro index 156a8dc..0615ea4 100644 --- a/noncore/settings/networksettings/networksettings.pro +++ b/noncore/settings/networksettings/networksettings.pro | |||
@@ -5,3 +5,3 @@ 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 |
diff --git a/noncore/settings/networksettings/wlan/wlan.pro b/noncore/settings/networksettings/wlan/wlan.pro index 098ad1d..23384c1 100644 --- a/noncore/settings/networksettings/wlan/wlan.pro +++ b/noncore/settings/networksettings/wlan/wlan.pro | |||
@@ -10,3 +10,3 @@ INCLUDEPATH += $(OPIEDIR)/include ../ ../interfaces/ | |||
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe -L../interfaces/ -linterfaces -lopienet2 | 11 | LIBS += -lqpe -L../interfaces/ -linterfaces -lopiecore2 -lopienet2 |
12 | INTERFACES= wlan.ui info.ui | 12 | INTERFACES= wlan.ui info.ui |