summaryrefslogtreecommitdiff
path: root/core/apps
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (side-by-side diff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /core/apps
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 'core/apps') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/calibrate/calibrate.pro2
-rwxr-xr-xcore/apps/embeddedkonsole/embeddedkonsole.pro2
-rw-r--r--core/apps/helpbrowser/helpbrowser.pro2
-rw-r--r--core/apps/qcop/qcop.pro2
-rw-r--r--core/apps/textedit/textedit.pro2
5 files changed, 5 insertions, 5 deletions
diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro
index f7f8849..861ec15 100644
--- a/core/apps/calibrate/calibrate.pro
+++ b/core/apps/calibrate/calibrate.pro
@@ -20,4 +20,4 @@ TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro
index 55d0b93..ca2ee0f 100755
--- a/core/apps/embeddedkonsole/embeddedkonsole.pro
+++ b/core/apps/embeddedkonsole/embeddedkonsole.pro
@@ -57,4 +57,4 @@ TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro
index 222a408..8891d97 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -29,4 +29,4 @@ TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro
index 4ca0ceb..9048683 100644
--- a/core/apps/qcop/qcop.pro
+++ b/core/apps/qcop/qcop.pro
@@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/qcop.ts \
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro
index f90b914..f5e16a0 100644
--- a/core/apps/textedit/textedit.pro
+++ b/core/apps/textedit/textedit.pro
@@ -27,4 +27,4 @@ TRANSLATIONS = ../../../i18n/de/textedit.ts \
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )