summaryrefslogtreecommitdiff
path: root/examples/applet/applet.pro
authormickeyl <mickeyl>2005-01-29 14:57:47 (UTC)
committer mickeyl <mickeyl>2005-01-29 14:57:47 (UTC)
commit24cdbd7419267a124a6a0991819ba6a2c4d211a5 (patch) (unidiff)
tree5eac29d7603455ecb733674c96f231e4241c7be0 /examples/applet/applet.pro
parentc967c1b8ad8135d9a56e936a43469cc0faea7888 (diff)
downloadopie-24cdbd7419267a124a6a0991819ba6a2c4d211a5.zip
opie-24cdbd7419267a124a6a0991819ba6a2c4d211a5.tar.gz
opie-24cdbd7419267a124a6a0991819ba6a2c4d211a5.tar.bz2
use proper names for .pro files
please remember to name the .pro file exactly like the name of the directory
Diffstat (limited to 'examples/applet/applet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/applet/applet.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/applet/applet.pro b/examples/applet/applet.pro
new file mode 100644
index 0000000..6890141
--- a/dev/null
+++ b/examples/applet/applet.pro
@@ -0,0 +1,16 @@
1CONFIG += warn_on qt
2
3TEMPLATE = lib
4DESTDIR = $(OPIEDIR)/plugins/applets
5TARGET = example
6
7SOURCES = simpleimpl.cpp
8HEADERS = simpleimpl.h
9
10INCLUDEPATH += $(OPIEDIR)/include
11DEPENDSPATH += $(OPIEDIR)/include
12
13LIBS += -lqpe -lopieui2
14
15
16include( $(OPIEDIR)/include.pro )