summaryrefslogtreecommitdiff
path: root/core/applets/aboutapplet/aboutapplet.pro
authormickeyl <mickeyl>2004-03-08 15:33:01 (UTC)
committer mickeyl <mickeyl>2004-03-08 15:33:01 (UTC)
commit0d38352ef00f5fc660f4502f2f0ee1cccd508397 (patch) (unidiff)
tree54e1217610c3f325ca6cccf4647bc50d1fc23b0a /core/applets/aboutapplet/aboutapplet.pro
parent38301e81221e7e51cc67a5e366498a71df288263 (diff)
downloadopie-0d38352ef00f5fc660f4502f2f0ee1cccd508397.zip
opie-0d38352ef00f5fc660f4502f2f0ee1cccd508397.tar.gz
opie-0d38352ef00f5fc660f4502f2f0ee1cccd508397.tar.bz2
first shot at a neat little about applet. text in about box blatantly
stolen from the KDE about box. authors taken from AUTHORS file in cvs root directory. Add yourself if you're missing. Note: The dialog looks better when viewed in 320x240 or larger (as opposed to 240x320) because of OpieZilla ;)
Diffstat (limited to 'core/applets/aboutapplet/aboutapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/aboutapplet/aboutapplet.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/applets/aboutapplet/aboutapplet.pro b/core/applets/aboutapplet/aboutapplet.pro
new file mode 100644
index 0000000..ba9325e
--- a/dev/null
+++ b/core/applets/aboutapplet/aboutapplet.pro
@@ -0,0 +1,14 @@
1TEMPLATE = lib
2CONFIG += qt plugin warn_on release
3HEADERS = about.h
4SOURCES = about.cpp
5INTERFACES = dialog.ui
6TARGET = aboutapplet
7DESTDIR = $(OPIEDIR)/plugins/applets
8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe
11VERSION = 1.0.0
12
13include ( $(OPIEDIR)/include.pro )
14target.path = $$prefix/plugins/applets