summaryrefslogtreecommitdiff
path: root/noncore/styles/web/web.pro
Side-by-side diff
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 @@
+TEMPLATE = lib
+CONFIG = qt plugin embedded warn_on
+SOURCES = webstyle.cpp \
+ plugin.cpp
+HEADERS = webstyle.h \
+ plugin.h
+
+LIBS += -lqpe
+INCLUDEPATH += $(OPIEDIR)/include
+DESTDIR = $(OPIEDIR)/plugins/styles
+TARGET = webstyle
+VERSION = 0.4.0
+
+include ( $(OPIEDIR)/include.pro )