summaryrefslogtreecommitdiff
path: root/libopie/pim/test/oevent_test.pro
Side-by-side diff
Diffstat (limited to 'libopie/pim/test/oevent_test.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/pim/test/oevent_test.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/libopie/pim/test/oevent_test.pro b/libopie/pim/test/oevent_test.pro
new file mode 100644
index 0000000..3365def
--- a/dev/null
+++ b/libopie/pim/test/oevent_test.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+#CONFIG = qt warn_on debug
+CONFIG = qt warn_on release
+#HEADERS =
+SOURCES = oevent_test.cpp
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lopie
+TARGET = oevent_test
+
+include ( $(OPIEDIR)/include.pro ) \ No newline at end of file