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) (side-by-side diff)
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 @@
-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 )