summaryrefslogtreecommitdiff
path: root/noncore/styles/phase/phase.pro
Unidiff
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 )