summaryrefslogtreecommitdiff
path: root/noncore/styles/web.pro
authorzecke <zecke>2004-08-02 18:42:28 (UTC)
committer zecke <zecke>2004-08-02 18:42:28 (UTC)
commit9ba3974b263543898b54de060e88c5acc920c6f8 (patch) (unidiff)
tree6b9e141fad4ffee9c8de65f4c033dac63cbf3197 /noncore/styles/web.pro
parent4d0a9fc4a21e7a7242e466f8eec1dc61d173800d (diff)
downloadopie-9ba3974b263543898b54de060e88c5acc920c6f8.zip
opie-9ba3974b263543898b54de060e88c5acc920c6f8.tar.gz
opie-9ba3974b263543898b54de060e88c5acc920c6f8.tar.bz2
Remove wrong import and I'm doing now the following
(\call -> system("man cvs")[ x | x <- [1..] ] (haskell code)
Diffstat (limited to 'noncore/styles/web.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/web.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/noncore/styles/web.pro b/noncore/styles/web.pro
deleted file mode 100644
index a77f24a..0000000
--- a/noncore/styles/web.pro
+++ b/dev/null
@@ -1,14 +0,0 @@
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 )