author | kergoth <kergoth> | 2002-06-06 23:31:00 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-06-06 23:31:00 (UTC) |
commit | dfb9c76738bb68e235114c5ad43dbd26a59b98ab (patch) (side-by-side diff) | |
tree | 25ab1468116e8a092dc402f8aa96a9c6976ebdce /examples/qpepim-addressbook/qpepim-addressbook.pro | |
parent | 9d6af1137a96d63f71f8e4797fe3bf377d92a15a (diff) | |
download | opie-dfb9c76738bb68e235114c5ad43dbd26a59b98ab.zip opie-dfb9c76738bb68e235114c5ad43dbd26a59b98ab.tar.gz opie-dfb9c76738bb68e235114c5ad43dbd26a59b98ab.tar.bz2 |
Initial revision
Diffstat (limited to 'examples/qpepim-addressbook/qpepim-addressbook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/qpepim-addressbook/qpepim-addressbook.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/qpepim-addressbook/qpepim-addressbook.pro b/examples/qpepim-addressbook/qpepim-addressbook.pro new file mode 100644 index 0000000..7e918e0 --- a/dev/null +++ b/examples/qpepim-addressbook/qpepim-addressbook.pro @@ -0,0 +1,8 @@ +TEMPLATE = app +CONFIG = qt warn_on debug + +HEADERS = addressbookdumper.h +SOURCES = main.cpp addressbookdumper.cpp +TARGET = abexample +INCLUDEPATH = $(QPEDIR)/include +LIBS += -lqpepim -lqpe -lqte |