summaryrefslogtreecommitdiff
path: root/noncore/styles/web/web.pro
Unidiff
Diffstat (limited to 'noncore/styles/web/web.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/web/web.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/noncore/styles/web/web.pro b/noncore/styles/web/web.pro
new file mode 100644
index 0000000..a77f24a
--- a/dev/null
+++ b/noncore/styles/web/web.pro
@@ -0,0 +1,14 @@
1TEMPLATE = lib
2CONFIG = qt plugin embedded warn_on
3SOURCES = webstyle.cpp \
4 plugin.cpp
5HEADERS = webstyle.h \
6 plugin.h
7
8LIBS += -lqpe
9INCLUDEPATH += $(OPIEDIR)/include
10DESTDIR = $(OPIEDIR)/plugins/styles
11TARGET = webstyle
12VERSION = 0.4.0
13
14include ( $(OPIEDIR)/include.pro )