summaryrefslogtreecommitdiff
path: root/noncore/styles/phase/phase.pro
authorzecke <zecke>2004-08-02 18:37:26 (UTC)
committer zecke <zecke>2004-08-02 18:37:26 (UTC)
commit4d0a9fc4a21e7a7242e466f8eec1dc61d173800d (patch) (unidiff)
treef66b7c11f1325363fb4d426cc133802f9b8e59ab /noncore/styles/phase/phase.pro
parentdb991191fa216293191a0a8b0a2db18866b94dca (diff)
downloadopie-4d0a9fc4a21e7a7242e466f8eec1dc61d173800d.zip
opie-4d0a9fc4a21e7a7242e466f8eec1dc61d173800d.tar.gz
opie-4d0a9fc4a21e7a7242e466f8eec1dc61d173800d.tar.bz2
Initial revision
Diffstat (limited to 'noncore/styles/phase/phase.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/phase/phase.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/noncore/styles/phase/phase.pro b/noncore/styles/phase/phase.pro
new file mode 100644
index 0000000..7ec3d01
--- a/dev/null
+++ b/noncore/styles/phase/phase.pro
@@ -0,0 +1,15 @@
1TEMPLATE = lib
2CONFIG = qt plugin embedded warn_on
3SOURCES = phasestyle.cpp \
4 plugin.cpp
5HEADERS = bitmaps.h \
6 phasestyle.h \
7 plugin.h
8
9LIBS += -lqpe
10INCLUDEPATH += $(OPIEDIR)/include
11DESTDIR = $(OPIEDIR)/plugins/styles
12TARGET = phase
13VERSION = 0.4.0
14
15include ( $(OPIEDIR)/include.pro )