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) (side-by-side diff)
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 @@
+TEMPLATE = lib
+CONFIG = qt plugin embedded warn_on
+SOURCES = phasestyle.cpp \
+ plugin.cpp
+HEADERS = bitmaps.h \
+ phasestyle.h \
+ plugin.h
+
+LIBS += -lqpe
+INCLUDEPATH += $(OPIEDIR)/include
+DESTDIR = $(OPIEDIR)/plugins/styles
+TARGET = phase
+VERSION = 0.4.0
+
+include ( $(OPIEDIR)/include.pro )