-rw-r--r-- | libopie/libopie.pro | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index 70be6ac..6c47e86 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -2,4 +2,4 @@ TEMPLATE = lib | |||
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = ofontmenu.h \ | 3 | HEADERS = ofontmenu.h ofileselector.h \ |
4 | tododb.h \ | 4 | ofiledialog.h tododb.h \ |
5 | todoevent.h todoresource.h \ | 5 | todoevent.h todoresource.h \ |
@@ -10,16 +10,5 @@ HEADERS = ofontmenu.h \ | |||
10 | otimepicker.h otabwidget.h \ | 10 | otimepicker.h otabwidget.h \ |
11 | otabbar.h otabinfo.h \ | 11 | otabbar.h otabinfo.h |
12 | ofileselector/ofiledialog.h \ | 12 | SOURCES = ofontmenu.cc ofileselector.cc \ |
13 | ofileselector/ofilelistview.h \ | 13 | ofiledialog.cc xmltree.cc \ |
14 | ofileselector/ofileselector.h \ | ||
15 | ofileselector/ofileselectoritem.h \ | ||
16 | ofileselector/ofileview.h \ | ||
17 | ofileselector/olister.h \ | ||
18 | ofileselector/olocallister.h \ | ||
19 | ofileselector/ofileselectormain.h \ | ||
20 | pim/opimrecord.h \ | ||
21 | pim/otodo.h | ||
22 | |||
23 | SOURCES = ofontmenu.cc \ | ||
24 | xmltree.cc \ | ||
25 | tododb.cpp todoevent.cpp \ | 14 | tododb.cpp todoevent.cpp \ |
@@ -29,13 +18,3 @@ SOURCES = ofontmenu.cc \ | |||
29 | odevice.cpp otimepicker.cpp \ | 18 | odevice.cpp otimepicker.cpp \ |
30 | otabwidget.cpp otabbar.cpp \ | 19 | otabwidget.cpp otabbar.cpp |
31 | ofileselector/ofiledialog.cpp \ | ||
32 | ofileselector/ofilelistview.cpp \ | ||
33 | ofileselector/ofileselector.cpp \ | ||
34 | ofileselector/ofileselectoritem.cpp \ | ||
35 | ofileselector/ofileview.cpp \ | ||
36 | ofileselector/olister.cpp \ | ||
37 | ofileselector/olocallister.cpp \ | ||
38 | ofileselector/ofileselectormain.cpp \ | ||
39 | pim/opimrecord.cpp \ | ||
40 | pim/otodo.cpp | ||
41 | TARGET = opie | 20 | TARGET = opie |