author | llornkcor <llornkcor> | 2002-06-25 03:09:37 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-06-25 03:09:37 (UTC) |
commit | 039fe180272fd5ed9acfbe4dd874c707e1a7815f (patch) (unidiff) | |
tree | e3e819e2bd8f3b6e2ff4ab33aed8be5ae6aa8c0e | |
parent | a7bc90b9baad8e92392a2484648c173b71a5d70c (diff) | |
download | opie-039fe180272fd5ed9acfbe4dd874c707e1a7815f.zip opie-039fe180272fd5ed9acfbe4dd874c707e1a7815f.tar.gz opie-039fe180272fd5ed9acfbe4dd874c707e1a7815f.tar.bz2 |
*** empty log message ***
-rw-r--r-- | noncore/styles/metal/.cvsignore | 3 | ||||
-rw-r--r-- | noncore/styles/metal/metal.pro | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/noncore/styles/metal/.cvsignore b/noncore/styles/metal/.cvsignore new file mode 100644 index 0000000..2c33e73 --- a/dev/null +++ b/noncore/styles/metal/.cvsignore | |||
@@ -0,0 +1,3 @@ | |||
1 | moc_* | ||
2 | *.moc | ||
3 | Makefile* | ||
diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro index cfb83fd..bfc235d 100644 --- a/noncore/styles/metal/metal.pro +++ b/noncore/styles/metal/metal.pro | |||
@@ -1,11 +1,11 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt embedded release warn_on | 2 | CONFIG = qt embedded release warn_on |
3 | SOURCES = metal.cpp plugin.cpp | 3 | SOURCES = metal.cpp plugin.cpp |
4 | 4 | ||
5 | HEADERS = metal.h | 5 | HEADERS = metal.h |
6 | LIBS += -lqpe | 6 | LIBS += -lqpe |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DESTDIR = $(OPIEDIR)/plugins/styles | 8 | DESTDIR = $(OPIEDIR)/plugins/styles |
9 | #TARGET = metal | 9 | TARGET = metal |
10 | TARGET = liquid | 10 | #TARGET = liquid |
11 | VERSION = 1.0.0 \ No newline at end of file | 11 | VERSION = 1.0.0 \ No newline at end of file |