From 185e37c4372883a52a44318d1d70aa685417b3a6 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 28 Mar 2004 19:01:58 +0000 Subject: remove hardcoded build types "debug" and "release". these are set by the build system --- (limited to 'noncore/comm') diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 89fb9ed..3515016 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro @@ -1,4 +1,4 @@ -CONFIG += qt warn_on release quick-app +CONFIG += qt warn_on quick-app HEADERS = d3des.h \ krfbbuffer.h \ krfbcanvas.h \ diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro index 2de38c4..07fb9e1 100644 --- a/noncore/comm/mobilemsg/mobilemsg.pro +++ b/noncore/comm/mobilemsg/mobilemsg.pro @@ -1,6 +1,6 @@ TEMPLATE = app -#CONFIG = qt warn_on debug -CONFIG = qt warn_on release +#CONFIG = qt warn_on +CONFIG = qt warn_on HEADERS = mobilemsg.h SOURCES = main.cpp mobilemsg.cpp INCLUDEPATH += $(OPIEDIR)/include -- cgit v0.9.0.2