author | harlekin <harlekin> | 2002-10-31 13:32:35 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-10-31 13:32:35 (UTC) |
commit | 74db7535e17fd87d98fc3b82be3a09d5dfbfe292 (patch) (unidiff) | |
tree | e34cfa4612642316e6835addfb17f4ae6039660c /libopie/libopie.pro | |
parent | ae467a89591b45a8a190174a0cae0b330de8d89e (diff) | |
download | opie-74db7535e17fd87d98fc3b82be3a09d5dfbfe292.zip opie-74db7535e17fd87d98fc3b82be3a09d5dfbfe292.tar.gz opie-74db7535e17fd87d98fc3b82be3a09d5dfbfe292.tar.bz2 |
paper bag - next time specify which files should be commited .-|
-rw-r--r-- | libopie/libopie.pro | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index a216cca..df9c40a 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -1,21 +1,9 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = ofontmenu.h \ | 3 | HEADERS = ofontmenu.h \ |
4 | ocolorbutton.h \ | 4 | ocolorbutton.h \ |
5 | ofileselector/odefaultfactories.h \ | 5 | ofiledialog.h ofileselector.h tododb.h \ |
6 | ofileselector/ofiledialog.h \ | ||
7 | ofileselector/ofilelistview.h \ | ||
8 | ofileselector/ofileiconview.h \ | ||
9 | ofileselector/ofileselector.h \ | ||
10 | ofileselector/ofileselectoritem.h \ | ||
11 | ofileselector/ofileselectoriconitem.h \ | ||
12 | ofileselector/ofileselectormain.h \ | ||
13 | ofileselector/ofileview.h \ | ||
14 | ofileselector/olister.h \ | ||
15 | ofileselector/olocallister.h \ | ||
16 | ofileselector/opixmapprovider.h \ | ||
17 | tododb.h \ | ||
18 | ocheckitem.h todoevent.h todoresource.h \ | 6 | ocheckitem.h todoevent.h todoresource.h \ |
19 | todovcalresource.h xmltree.h \ | 7 | todovcalresource.h xmltree.h \ |
20 | colordialog.h colorpopupmenu.h \ | 8 | colordialog.h colorpopupmenu.h \ |
21 | oclickablelabel.h oprocctrl.h \ | 9 | oclickablelabel.h oprocctrl.h \ |
@@ -42,22 +30,10 @@ HEADERS = ofontmenu.h \ | |||
42 | # pim/otodoaccesssql.h \ | 30 | # pim/otodoaccesssql.h \ |
43 | 31 | ||
44 | SOURCES = ofontmenu.cc \ | 32 | SOURCES = ofontmenu.cc \ |
45 | ocolorbutton.cpp \ | 33 | ocolorbutton.cpp \ |
46 | ofileselector/odefaultfactories.cpp \ | ||
47 | ofileselector/ofiledialog.cpp \ | ||
48 | ofileselector/ofilefactory.cpp \ | ||
49 | ofileselector/ofilelistview.cpp \ | ||
50 | ofileselector/ofileiconview.cpp \ | ||
51 | ofileselector/ofileselector.cpp \ | ||
52 | ofileselector/ofileselectoritem.cpp \ | ||
53 | ofileselector/ofileselectoriconitem.cpp \ | ||
54 | ofileselector/ofileselectormain.cpp \ | ||
55 | ofileselector/ofileview.cpp \ | ||
56 | ofileselector/olister.cpp \ | ||
57 | ofileselector/olocallister.cpp \ | ||
58 | ofileselector/opixmapprovider.cpp \ | ||
59 | xmltree.cc \ | 34 | xmltree.cc \ |
35 | ofiledialog.cc ofileselector.cc \ | ||
60 | ocheckitem.cpp tododb.cpp todoevent.cpp \ | 36 | ocheckitem.cpp tododb.cpp todoevent.cpp \ |
61 | todovcalresource.cpp colordialog.cpp \ | 37 | todovcalresource.cpp colordialog.cpp \ |
62 | colorpopupmenu.cpp oclickablelabel.cpp \ | 38 | colorpopupmenu.cpp oclickablelabel.cpp \ |
63 | oprocctrl.cpp oprocess.cpp \ | 39 | oprocctrl.cpp oprocess.cpp \ |