author | zecke <zecke> | 2003-09-03 10:04:28 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-09-03 10:04:28 (UTC) |
commit | a0dc2e500265eff0e76934cf02ef2aedb90cec0d (patch) (side-by-side diff) | |
tree | 29ea16c8a8808552e2ea4d4fc17d117feebdd909 /examples/applet/example.pro | |
parent | 88d625d9695582d57852f94581f71bb18c00a8a1 (diff) | |
download | opie-a0dc2e500265eff0e76934cf02ef2aedb90cec0d.zip opie-a0dc2e500265eff0e76934cf02ef2aedb90cec0d.tar.gz opie-a0dc2e500265eff0e76934cf02ef2aedb90cec0d.tar.bz2 |
Add an Example Applet Now Tux grins from your Taskbar ;)
-rw-r--r-- | examples/applet/example.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/applet/example.pro b/examples/applet/example.pro new file mode 100644 index 0000000..3efd31e --- a/dev/null +++ b/examples/applet/example.pro @@ -0,0 +1,16 @@ +CONFIG += warn_on qt + +TEMPLATE = lib +DESTDIR = $(OPIEDIR)/plugins/applets +TARGET = example + +SOURCES = simpleimpl.cpp +HEADERS = simpleimpl.h + +INCLUDEPATH += $(OPIEDIR)/include +DEPENDSPATH += $(OPIEDIR)/include + +LIBS += -lqpe + + +include ( $(OPIEDIR)/include.pro ) |