summaryrefslogtreecommitdiff
path: root/noncore/styles/phase/phase.pro
Side-by-side diff
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 )