summaryrefslogtreecommitdiff
path: root/libopie2/examples/opiecore/onotifydemo/onotifydemo.pro
authormickeyl <mickeyl>2004-04-16 18:08:33 (UTC)
committer mickeyl <mickeyl>2004-04-16 18:08:33 (UTC)
commit746f8154b5b81621ee55d24c8ed2cbc05d402490 (patch) (side-by-side diff)
tree10767d6fda7cdd0102fe591275c1a33caf85bacb /libopie2/examples/opiecore/onotifydemo/onotifydemo.pro
parent96ae95dd09bbe982555d434159cfea95fa24a2ca (diff)
downloadopie-746f8154b5b81621ee55d24c8ed2cbc05d402490.zip
opie-746f8154b5b81621ee55d24c8ed2cbc05d402490.tar.gz
opie-746f8154b5b81621ee55d24c8ed2cbc05d402490.tar.bz2
add onotifydemo. don't look too close at it, the API is not finished
Diffstat (limited to 'libopie2/examples/opiecore/onotifydemo/onotifydemo.pro') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/examples/opiecore/onotifydemo/onotifydemo.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/libopie2/examples/opiecore/onotifydemo/onotifydemo.pro b/libopie2/examples/opiecore/onotifydemo/onotifydemo.pro
new file mode 100644
index 0000000..3ae756b
--- a/dev/null
+++ b/libopie2/examples/opiecore/onotifydemo/onotifydemo.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+CONFIG = qt warn_on
+HEADERS =
+SOURCES = onotifydemo.cpp
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lopiecore2 -lopieui2
+TARGET = onotifydemo
+
+!contains( platform, x11 ) {
+ include ( $(OPIEDIR)/include.pro )
+}
+
+contains( platform, x11 ) {
+ LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
+}
+
+MOC_DIR = moc