summaryrefslogtreecommitdiff
authoreilers <eilers>2004-04-10 13:39:49 (UTC)
committer eilers <eilers>2004-04-10 13:39:49 (UTC)
commit4113636e53922f292477ca3f97035a624cf0450b (patch) (unidiff)
treecfc1f96cacaa37689f6b59896ee9f555d41cc42d
parent8350779f2628ce800b4bca7cef7d2b9bb644879e (diff)
downloadopie-4113636e53922f292477ca3f97035a624cf0450b.zip
opie-4113636e53922f292477ca3f97035a624cf0450b.tar.gz
opie-4113636e53922f292477ca3f97035a624cf0450b.tar.bz2
After using odebug, my mac need libopiecore to compile !
Could someone check it on linux, please !?
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/theme/theme.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro
index ecc5def..bf29cb3 100644
--- a/noncore/styles/theme/theme.pro
+++ b/noncore/styles/theme/theme.pro
@@ -10,13 +10,13 @@ HEADERS = ogfxeffect.h \
10 othemebase.h \ 10 othemebase.h \
11 othemestyle.h \ 11 othemestyle.h \
12 themeset.h \ 12 themeset.h \
13 plugin.h 13 plugin.h
14 14
15 15
16LIBS += -lqpe 16LIBS += -lqpe -lopiecore2
17INCLUDEPATH += $(OPIEDIR)/include 17INCLUDEPATH += $(OPIEDIR)/include
18DESTDIR = $(OPIEDIR)/plugins/styles 18DESTDIR = $(OPIEDIR)/plugins/styles
19TARGET = theme 19TARGET = theme
20VERSION = 1.0.0 20VERSION = 1.0.0
21 21
22include ( $(OPIEDIR)/include.pro ) 22include ( $(OPIEDIR)/include.pro )