author | eilers <eilers> | 2004-04-10 13:39:49 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-04-10 13:39:49 (UTC) |
commit | 4113636e53922f292477ca3f97035a624cf0450b (patch) (side-by-side diff) | |
tree | cfc1f96cacaa37689f6b59896ee9f555d41cc42d | |
parent | 8350779f2628ce800b4bca7cef7d2b9bb644879e (diff) | |
download | opie-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 !?
-rw-r--r-- | noncore/styles/theme/theme.pro | 2 |
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 @@ -4,19 +4,19 @@ SOURCES = ogfxeffect.cpp \ othemestyle.cpp \ othemebase.cpp \ themeset.cpp \ plugin.cpp HEADERS = ogfxeffect.h \ othemebase.h \ othemestyle.h \ themeset.h \ plugin.h -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/plugins/styles TARGET = theme VERSION = 1.0.0 include ( $(OPIEDIR)/include.pro ) |