From ce4a99860d28e003871994cca88a82133c1921a7 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 31 Aug 2003 15:20:46 +0000 Subject: Add an Example showing the udage of QCOP, PIM API and some other nice parts --- (limited to 'examples/simple-pim/example.pro') diff --git a/examples/simple-pim/example.pro b/examples/simple-pim/example.pro new file mode 100644 index 0000000..c3aab53 --- a/dev/null +++ b/examples/simple-pim/example.pro @@ -0,0 +1,17 @@ +CONFIG += qt warn_on quick-app + + +TARGET = simple-pim + +HEADERS = simple.h +SOURCES = simple.cpp + + +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include + + +# we now also include opie +LIBS += -lqpe -lopie + +include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2