author | zecke <zecke> | 2002-03-27 21:16:14 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-03-27 21:16:14 (UTC) |
commit | 7c7e333e184d93f2c6812c9a3c69f734058eabd6 (patch) (side-by-side diff) | |
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,8 +1,8 @@ TEMPLATE = lib CONFIG += qte warn_on release -HEADERS = tododb.h todoevent.h todoresource.h todovcalresource.h xmltree.h oconfig.h -SOURCES = xmltree.cc tododb.cpp todoevent.cpp todovcalresource.cpp oconfig.cpp +HEADERS = ofileselector.h tododb.h todoevent.h todoresource.h todovcalresource.h xmltree.h oconfig.h +SOURCES = ofileselector.cc xmltree.cc tododb.cpp todoevent.cpp todovcalresource.cpp oconfig.cpp TARGET = opie INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(QTDIR)/lib$(PROJMAK) #VERSION = 1.0.0
\ No newline at end of file |