summaryrefslogtreecommitdiff
path: root/noncore/styles/web/web.pro
authorzecke <zecke>2004-08-02 18:32:18 (UTC)
committer zecke <zecke>2004-08-02 18:32:18 (UTC)
commitd3cc020707bd4743cacd11f1d01d024b62deef8c (patch) (unidiff)
treec7a77113f852c3b53bd0bde1ac92a181cda22acb /noncore/styles/web/web.pro
parentbef879b6de5bfba274c8e5ac2cebf14366db2826 (diff)
downloadopie-d3cc020707bd4743cacd11f1d01d024b62deef8c.zip
opie-d3cc020707bd4743cacd11f1d01d024b62deef8c.tar.gz
opie-d3cc020707bd4743cacd11f1d01d024b62deef8c.tar.bz2
Initial revision
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 )