summaryrefslogtreecommitdiff
path: root/noncore/styles
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (unidiff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /noncore/styles
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/styles') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/flat/flat.pro2
-rw-r--r--noncore/styles/fresh/fresh.pro2
-rw-r--r--noncore/styles/liquid/liquid.pro2
-rw-r--r--noncore/styles/metal/metal.pro2
-rw-r--r--noncore/styles/theme/theme.pro2
5 files changed, 5 insertions, 5 deletions
diff --git a/noncore/styles/flat/flat.pro b/noncore/styles/flat/flat.pro
index 796697b..ed25d5c 100644
--- a/noncore/styles/flat/flat.pro
+++ b/noncore/styles/flat/flat.pro
@@ -3,13 +3,13 @@ CONFIG += qt warn_on release
3 HEADERS = flat.h 3 HEADERS = flat.h
4 SOURCES = flat.cpp 4 SOURCES = flat.cpp
5 TARGET = flatstyle 5 TARGET = flatstyle
6 DESTDIR = $(OPIEDIR)/plugins/styles 6 DESTDIR = $(OPIEDIR)/plugins/styles
7 INCLUDEPATH+= $(OPIEDIR)/include 7 INCLUDEPATH+= $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12 12
13 13
14 14
15include ( ../../../include.pro ) 15include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/styles/fresh/fresh.pro b/noncore/styles/fresh/fresh.pro
index 2603909..88a8de3 100644
--- a/noncore/styles/fresh/fresh.pro
+++ b/noncore/styles/fresh/fresh.pro
@@ -3,13 +3,13 @@ CONFIG += qt warn_on release
3 HEADERS = fresh.h 3 HEADERS = fresh.h
4 SOURCES = fresh.cpp 4 SOURCES = fresh.cpp
5 TARGET = freshstyle 5 TARGET = freshstyle
6 DESTDIR = $(OPIEDIR)/plugins/styles 6 DESTDIR = $(OPIEDIR)/plugins/styles
7 INCLUDEPATH+= $(OPIEDIR)/include 7 INCLUDEPATH+= $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12 12
13 13
14 14
15include ( ../../../include.pro ) 15include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro
index 588b373..da65982 100644
--- a/noncore/styles/liquid/liquid.pro
+++ b/noncore/styles/liquid/liquid.pro
@@ -26,13 +26,13 @@ TRANSLATIONS = ../../../i18n/de/libliquid.ts \
26 ../../../i18n/ja/libliquid.ts \ 26 ../../../i18n/ja/libliquid.ts \
27 ../../../i18n/ko/libliquid.ts \ 27 ../../../i18n/ko/libliquid.ts \
28 ../../../i18n/no/libliquid.ts \ 28 ../../../i18n/no/libliquid.ts \
29 ../../../i18n/pl/libliquid.ts \ 29 ../../../i18n/pl/libliquid.ts \
30 ../../../i18n/pt/libliquid.ts \ 30 ../../../i18n/pt/libliquid.ts \
31 ../../../i18n/pt_BR/libliquid.ts \ 31 ../../../i18n/pt_BR/libliquid.ts \
32 ../../../i18n/sl/libliquid.ts \ 32 ../../../i18n/sl/libliquid.ts \
33 ../../../i18n/zh_CN/libliquid.ts \ 33 ../../../i18n/zh_CN/libliquid.ts \
34 ../../../i18n/zh_TW/libliquid.ts 34 ../../../i18n/zh_TW/libliquid.ts
35 35
36 36
37 37
38include ( ../../../include.pro ) 38include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro
index 6c38a2d..3b88588 100644
--- a/noncore/styles/metal/metal.pro
+++ b/noncore/styles/metal/metal.pro
@@ -19,13 +19,13 @@ TRANSLATIONS = ../../../i18n/de/libmetal.ts \
19 ../../../i18n/ja/libmetal.ts \ 19 ../../../i18n/ja/libmetal.ts \
20 ../../../i18n/ko/libmetal.ts \ 20 ../../../i18n/ko/libmetal.ts \
21 ../../../i18n/no/libmetal.ts \ 21 ../../../i18n/no/libmetal.ts \
22 ../../../i18n/pl/libmetal.ts \ 22 ../../../i18n/pl/libmetal.ts \
23 ../../../i18n/pt/libmetal.ts \ 23 ../../../i18n/pt/libmetal.ts \
24 ../../../i18n/pt_BR/libmetal.ts \ 24 ../../../i18n/pt_BR/libmetal.ts \
25 ../../../i18n/sl/libmetal.ts \ 25 ../../../i18n/sl/libmetal.ts \
26 ../../../i18n/zh_CN/libmetal.ts \ 26 ../../../i18n/zh_CN/libmetal.ts \
27 ../../../i18n/zh_TW/libmetal.ts 27 ../../../i18n/zh_TW/libmetal.ts
28 28
29 29
30 30
31include ( ../../../include.pro ) 31include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro
index 8865fbc..75fd87a 100644
--- a/noncore/styles/theme/theme.pro
+++ b/noncore/styles/theme/theme.pro
@@ -29,13 +29,13 @@ TRANSLATIONS = ../../../i18n/de/libtheme.ts \
29 ../../../i18n/ja/libtheme.ts \ 29 ../../../i18n/ja/libtheme.ts \
30 ../../../i18n/ko/libtheme.ts \ 30 ../../../i18n/ko/libtheme.ts \
31 ../../../i18n/no/libtheme.ts \ 31 ../../../i18n/no/libtheme.ts \
32 ../../../i18n/pl/libtheme.ts \ 32 ../../../i18n/pl/libtheme.ts \
33 ../../../i18n/pt/libtheme.ts \ 33 ../../../i18n/pt/libtheme.ts \
34 ../../../i18n/pt_BR/libtheme.ts \ 34 ../../../i18n/pt_BR/libtheme.ts \
35 ../../../i18n/sl/libtheme.ts \ 35 ../../../i18n/sl/libtheme.ts \
36 ../../../i18n/zh_CN/libtheme.ts \ 36 ../../../i18n/zh_CN/libtheme.ts \
37 ../../../i18n/zh_TW/libtheme.ts 37 ../../../i18n/zh_TW/libtheme.ts
38 38
39 39
40 40
41include ( ../../../include.pro ) 41include ( $(OPIEDIR)/include.pro )