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-a08aff328d4393031d5ba7d622c2b05705a89d73.zip kdepimpi-a08aff328d4393031d5ba7d622c2b05705a89d73.tar.gz kdepimpi-a08aff328d4393031d5ba7d622c2b05705a89d73.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,9 +1,10 @@ | |||
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 |
@@ -448,3 +449,5 @@ SOURCES += src/data-types/base64.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 | |||
@@ -3,7 +3,7 @@ | |||
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 |