From 24cdbd7419267a124a6a0991819ba6a2c4d211a5 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 29 Jan 2005 14:57:47 +0000 Subject: use proper names for .pro files please remember to name the .pro file exactly like the name of the directory --- (limited to 'examples/simple-pim/simple-pim.pro') diff --git a/examples/simple-pim/simple-pim.pro b/examples/simple-pim/simple-pim.pro new file mode 100644 index 0000000..f9c5304 --- a/dev/null +++ b/examples/simple-pim/simple-pim.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 -lopiecore2 -lopiepim2 -lopieui2 + +include( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2