author | zecke <zecke> | 2004-08-02 19:50:42 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-08-02 19:50:42 (UTC) |
commit | afec356b8cbbda815308fb5fe8e277737e0ca32c (patch) (unidiff) | |
tree | 09b1101bbe190fedd64672ea8ebc4c30905d1d49 | |
parent | 84ff5dddc7510d06ede56547bcf4fcacffd996bb (diff) | |
download | opie-afec356b8cbbda815308fb5fe8e277737e0ca32c.zip opie-afec356b8cbbda815308fb5fe8e277737e0ca32c.tar.gz opie-afec356b8cbbda815308fb5fe8e277737e0ca32c.tar.bz2 |
Change target name
TARGET = phasestyle
-rw-r--r-- | noncore/styles/phase/phase.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/styles/phase/phase.pro b/noncore/styles/phase/phase.pro index 7ec3d01..d8fdea9 100644 --- a/noncore/styles/phase/phase.pro +++ b/noncore/styles/phase/phase.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt plugin embedded warn_on | 2 | CONFIG = qt plugin embedded warn_on |
3 | SOURCES = phasestyle.cpp \ | 3 | SOURCES = phasestyle.cpp \ |
4 | plugin.cpp | 4 | plugin.cpp |
5 | HEADERS = bitmaps.h \ | 5 | HEADERS = bitmaps.h \ |
6 | phasestyle.h \ | 6 | phasestyle.h \ |
7 | plugin.h | 7 | plugin.h |
8 | 8 | ||
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DESTDIR = $(OPIEDIR)/plugins/styles | 11 | DESTDIR = $(OPIEDIR)/plugins/styles |
12 | TARGET = phase | 12 | TARGET = phasestyle |
13 | VERSION = 0.4.0 | 13 | VERSION = 0.4.0 |
14 | 14 | ||
15 | include ( $(OPIEDIR)/include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |