author | Michael Krelin <hacker@klever.net> | 2007-07-04 11:23:42 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-04 11:23:42 (UTC) |
commit | a08aff328d4393031d5ba7d622c2b05705a89d73 (patch) (unidiff) | |
tree | 8ee90d686081c52e7c69b5ce946e9b1a7d690001 /libetpan | |
parent | 11edc920afe4f274c0964436633aa632c8288a40 (diff) | |
download | kdepimpi-p1.zip kdepimpi-p1.tar.gz kdepimpi-p1.tar.bz2 |
initial public commit of qt4 portp1
-rw-r--r-- | libetpan/libetpan.pro | 5 | ||||
-rw-r--r-- | libetpan/libetpanE.pro | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/libetpan/libetpan.pro b/libetpan/libetpan.pro index 10f51da..909d064 100644 --- a/libetpan/libetpan.pro +++ b/libetpan/libetpan.pro | |||
@@ -1,14 +1,15 @@ | |||
1 | include( ../variables.pri ) | ||
1 | ###################################################################### | 2 | ###################################################################### |
2 | # Automatically generated by qmake (1.07a) Fri Mar 18 19:27:39 2005 | 3 | # Automatically generated by qmake (1.07a) Fri Mar 18 19:27:39 2005 |
3 | ###################################################################### | 4 | ###################################################################### |
4 | 5 | ||
5 | TEMPLATE = lib | 6 | TEMPLATE = lib |
6 | TARGET = microlibetpan | 7 | TARGET = xmicrolibetpan |
7 | OBJECTS_DIR = obj | 8 | OBJECTS_DIR = obj |
8 | MOC_DIR = moc | 9 | MOC_DIR = moc |
9 | DESTDIR=../bin | 10 | DESTDIR=../bin |
10 | DEPENDPATH += include/libetpan \ | 11 | DEPENDPATH += include/libetpan \ |
11 | src/data-types \ | 12 | src/data-types \ |
12 | src/engine \ | 13 | src/engine \ |
13 | src/main \ | 14 | src/main \ |
14 | src/driver/interface \ | 15 | src/driver/interface \ |
@@ -443,8 +444,10 @@ SOURCES += src/data-types/base64.c \ | |||
443 | src/driver/implementation/nntp/nntpdriver_tools.c \ | 444 | src/driver/implementation/nntp/nntpdriver_tools.c \ |
444 | src/driver/implementation/nntp/nntpstorage.c \ | 445 | src/driver/implementation/nntp/nntpstorage.c \ |
445 | src/driver/implementation/pop3/pop3driver.c \ | 446 | src/driver/implementation/pop3/pop3driver.c \ |
446 | src/driver/implementation/pop3/pop3driver_cached.c \ | 447 | src/driver/implementation/pop3/pop3driver_cached.c \ |
447 | src/driver/implementation/pop3/pop3driver_cached_message.c \ | 448 | src/driver/implementation/pop3/pop3driver_cached_message.c \ |
448 | src/driver/implementation/pop3/pop3driver_message.c \ | 449 | src/driver/implementation/pop3/pop3driver_message.c \ |
449 | src/driver/implementation/pop3/pop3driver_tools.c \ | 450 | src/driver/implementation/pop3/pop3driver_tools.c \ |
450 | src/driver/implementation/pop3/pop3storage.c | 451 | src/driver/implementation/pop3/pop3storage.c |
452 | #The following line was inserted by qt3to4 | ||
453 | QT += xml qt3support | ||
diff --git a/libetpan/libetpanE.pro b/libetpan/libetpanE.pro index 4b82196..9ba1a6d 100644 --- a/libetpan/libetpanE.pro +++ b/libetpan/libetpanE.pro | |||
@@ -1,14 +1,14 @@ | |||
1 | ###################################################################### | 1 | ###################################################################### |
2 | # Automatically generated by qmake (1.07a) Fri Mar 18 19:27:39 2005 | 2 | # Automatically generated by qmake (1.07a) Fri Mar 18 19:27:39 2005 |
3 | ###################################################################### | 3 | ###################################################################### |
4 | 4 | ||
5 | TEMPLATE = lib | 5 | TEMPLATE = lib |
6 | TARGET = microlibetpan | 6 | TARGET = xmicrolibetpan |
7 | OBJECTS_DIR = obj/$(PLATFORM) | 7 | OBJECTS_DIR = obj/$(PLATFORM) |
8 | MOC_DIR = moc/$(PLATFORM) | 8 | MOC_DIR = moc/$(PLATFORM) |
9 | DESTDIR=$(QPEDIR)/lib | 9 | DESTDIR=$(QPEDIR)/lib |
10 | DEPENDPATH += include/libetpan \ | 10 | DEPENDPATH += include/libetpan \ |
11 | src/data-types \ | 11 | src/data-types \ |
12 | src/engine \ | 12 | src/engine \ |
13 | src/main \ | 13 | src/main \ |
14 | src/driver/interface \ | 14 | src/driver/interface \ |