summaryrefslogtreecommitdiff
path: root/libopie/libopie.pro
authorzecke <zecke>2002-03-27 21:16:14 (UTC)
committer zecke <zecke>2002-03-27 21:16:14 (UTC)
commit7c7e333e184d93f2c6812c9a3c69f734058eabd6 (patch) (side-by-side diff)
tree314812d45f1944b4aba50267f10486970f02e904 /libopie/libopie.pro
parent69b792993e0434b18a932c7ec199dc8d72b3d8fd (diff)
downloadopie-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
Diffstat (limited to 'libopie/libopie.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/libopie.pro4
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 @@
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)