summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (unidiff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /noncore/settings/networksettings
parenta30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff)
downloadopie-039367f738688f9484a487db8720a5bd2ad5878f.zip
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.gz
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.bz2
Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
Diffstat (limited to 'noncore/settings/networksettings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/interfaces/interfaces.pro2
-rw-r--r--noncore/settings/networksettings/networksettings.pro2
-rw-r--r--noncore/settings/networksettings/ppp/ppp.pro2
-rw-r--r--noncore/settings/networksettings/wlan/wlan.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/settings/networksettings/interfaces/interfaces.pro b/noncore/settings/networksettings/interfaces/interfaces.pro
index 233cacd..75dea47 100644
--- a/noncore/settings/networksettings/interfaces/interfaces.pro
+++ b/noncore/settings/networksettings/interfaces/interfaces.pro
@@ -10,7 +10,7 @@ LIBS += -lqpe
10 INTERFACES= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui 10 INTERFACES= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui
11 TARGET = interfaces 11 TARGET = interfaces
12 VERSION = 1.0.0 12 VERSION = 1.0.0
13 13
14 14
15 15
16include ( ../../../../include.pro ) 16include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/settings/networksettings/networksettings.pro b/noncore/settings/networksettings/networksettings.pro
index d1d0355..eb2b439 100644
--- a/noncore/settings/networksettings/networksettings.pro
+++ b/noncore/settings/networksettings/networksettings.pro
@@ -9,7 +9,7 @@ DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/
9LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces 9LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces
10INTERFACES = mainwindow.ui addconnection.ui 10INTERFACES = mainwindow.ui addconnection.ui
11TARGET = networksettings 11TARGET = networksettings
12 12
13 13
14 14
15include ( ../../../include.pro ) 15include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/settings/networksettings/ppp/ppp.pro b/noncore/settings/networksettings/ppp/ppp.pro
index 42dc4a9..ec18a59 100644
--- a/noncore/settings/networksettings/ppp/ppp.pro
+++ b/noncore/settings/networksettings/ppp/ppp.pro
@@ -10,7 +10,7 @@ LIBS += -lqpe -L../interfaces/ -linterfaces
10 INTERFACES= ppp.ui 10 INTERFACES= ppp.ui
11 TARGET = pppplugin 11 TARGET = pppplugin
12 VERSION = 1.0.0 12 VERSION = 1.0.0
13 13
14 14
15 15
16include ( ../../../../include.pro ) 16include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/settings/networksettings/wlan/wlan.pro b/noncore/settings/networksettings/wlan/wlan.pro
index 5a8bfea..f193bcc 100644
--- a/noncore/settings/networksettings/wlan/wlan.pro
+++ b/noncore/settings/networksettings/wlan/wlan.pro
@@ -10,7 +10,7 @@ LIBS += -lqpe -L../interfaces/ -linterfaces
10 INTERFACES= wlan.ui info.ui 10 INTERFACES= wlan.ui info.ui
11 TARGET = wlanplugin 11 TARGET = wlanplugin
12 VERSION = 1.0.0 12 VERSION = 1.0.0
13 13
14 14
15 15
16include ( ../../../../include.pro ) 16include ( $(OPIEDIR)/include.pro )