author | zautrix <zautrix> | 2004-08-30 11:04:01 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-30 11:04:01 (UTC) |
commit | 59adbf716a965d01c24b475685368681447d0b36 (patch) (side-by-side diff) | |
tree | b8f50f8f0915e5fbffd967e9c3a0381744e2f044 | |
parent | d78908896f19bb9e63a69bf475bf417b2599653b (diff) | |
download | kdepimpi-59adbf716a965d01c24b475685368681447d0b36.zip kdepimpi-59adbf716a965d01c24b475685368681447d0b36.tar.gz kdepimpi-59adbf716a965d01c24b475685368681447d0b36.tar.bz2 |
Compile fixes
-rw-r--r-- | Makefile | 14 | ||||
-rw-r--r-- | gammu/emb/common/common.pro | 1 | ||||
-rw-r--r-- | gammu/emb/gammu/gammu.pro | 1 |
3 files changed, 9 insertions, 7 deletions
@@ -1,8 +1,8 @@ ############################################################################# -# Makefile for building: kopi-desktop -# Generated by qmake (1.07a) (Qt 3.3.1) on: Sun Aug 29 18:50:00 2004 -# Project: kopi-desktop.pro +# Makefile for building: kdepim-desktop +# Generated by qmake (1.07a) (Qt 3.3.1) on: Mon Aug 30 11:47:23 2004 +# Project: kdepim-desktop.pro # Template: subdirs -# Command: $(QMAKE) -o Makefile kopi-desktop.pro +# Command: $(QMAKE) -o Makefile kdepim-desktop.pro ############################################################################# @@ -95,8 +95,8 @@ sub-kabc-plugins-dir: kabc/plugins/dir/$(MAKEFILE) FORCE cd kabc/plugins/dir && $(MAKE) -f $(MAKEFILE) -Makefile: kopi-desktop.pro /usr/lib/qt3/mkspecs/default/qmake.conf - $(QMAKE) -o Makefile kopi-desktop.pro +Makefile: kdepim-desktop.pro /usr/lib/qt3/mkspecs/default/qmake.conf + $(QMAKE) -o Makefile kdepim-desktop.pro qmake: qmake_all - @$(QMAKE) -o Makefile kopi-desktop.pro + @$(QMAKE) -o Makefile kdepim-desktop.pro all: $(SUBTARGETS) diff --git a/gammu/emb/common/common.pro b/gammu/emb/common/common.pro index 0c68000..d27dbeb 100644 --- a/gammu/emb/common/common.pro +++ b/gammu/emb/common/common.pro @@ -174,4 +174,5 @@ phone/symbian/mroutgen.c TARGET = microgammu +CONFIG += console DESTDIR = ../../../bin OBJECTS_DIR = obj/unix diff --git a/gammu/emb/gammu/gammu.pro b/gammu/emb/gammu/gammu.pro index bd683c4..6efc8e7 100644 --- a/gammu/emb/gammu/gammu.pro +++ b/gammu/emb/gammu/gammu.pro @@ -4,4 +4,5 @@ TEMPLATE = app +CONFIG += console DEPENDPATH += msvc06.mak \ msvc2003.mak \ |