author | zecke <zecke> | 2002-03-27 21:16:14 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-03-27 21:16:14 (UTC) |
commit | 7c7e333e184d93f2c6812c9a3c69f734058eabd6 (patch) (unidiff) | |
tree | 314812d45f1944b4aba50267f10486970f02e904 /libopie/libopie.pro | |
parent | 69b792993e0434b18a932c7ec199dc8d72b3d8fd (diff) | |
download | opie-7c7e333e184d93f2c6812c9a3c69f734058eabd6.zip opie-7c7e333e184d93f2c6812c9a3c69f734058eabd6.tar.gz opie-7c7e333e184d93f2c6812c9a3c69f734058eabd6.tar.bz2 |
here comes the skeleton of the new fileselector.
Please comment on the api? Sissi are you reading this?
Please send me input
-rw-r--r-- | libopie/libopie.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index ab56473..4ba2836 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -1,7 +1,7 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = tododb.h todoevent.h todoresource.h todovcalresource.h xmltree.h oconfig.h | 3 | HEADERS = ofileselector.h tododb.h todoevent.h todoresource.h todovcalresource.h xmltree.h oconfig.h |
4 | SOURCES = xmltree.cc tododb.cpp todoevent.cpp todovcalresource.cpp oconfig.cpp | 4 | SOURCES = ofileselector.cc xmltree.cc tododb.cpp todoevent.cpp todovcalresource.cpp oconfig.cpp |
5 | TARGET = opie | 5 | TARGET = opie |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 7 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |