summaryrefslogtreecommitdiff
path: root/examples/simple-pim/example.pro
authormickeyl <mickeyl>2005-01-29 14:57:47 (UTC)
committer mickeyl <mickeyl>2005-01-29 14:57:47 (UTC)
commit24cdbd7419267a124a6a0991819ba6a2c4d211a5 (patch) (side-by-side diff)
tree5eac29d7603455ecb733674c96f231e4241c7be0 /examples/simple-pim/example.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/simple-pim/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/simple-pim/example.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/simple-pim/example.pro b/examples/simple-pim/example.pro
deleted file mode 100644
index f9c5304..0000000
--- a/examples/simple-pim/example.pro
+++ b/dev/null
@@ -1,17 +0,0 @@
-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 )