summaryrefslogtreecommitdiff
path: root/mkspecs/qws
authorwimpie <wimpie>2005-01-04 01:49:47 (UTC)
committer wimpie <wimpie>2005-01-04 01:49:47 (UTC)
commit45c241b9bac51d6538469ba8e306e8d88f639ff7 (patch) (side-by-side diff)
tree6bac89512073ad03c2cd99198cd498e8078c2640 /mkspecs/qws
parente90b4cb5253669d44b1eb1ed7fb2be30d68033c0 (diff)
downloadopie-45c241b9bac51d6538469ba8e306e8d88f639ff7.zip
opie-45c241b9bac51d6538469ba8e306e8d88f639ff7.tar.gz
opie-45c241b9bac51d6538469ba8e306e8d88f639ff7.tar.bz2
CONTROL files : changed VERSION string
Diffstat (limited to 'mkspecs/qws') (more/less context) (ignore whitespace changes)
-rw-r--r--mkspecs/qws/linux-arm-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/qws/linux-arm-g++/qmake.conf b/mkspecs/qws/linux-arm-g++/qmake.conf
index fcdad0e..91c4d44 100644
--- a/mkspecs/qws/linux-arm-g++/qmake.conf
+++ b/mkspecs/qws/linux-arm-g++/qmake.conf
@@ -1,25 +1,25 @@
-#
+
# $Id$
#
# qmake configuration for linux-g++ using the arm-linux-g++ crosscompiler
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONFIG += qt link_prl
QMAKE_CC = $(CCACHE) $(DISTCC) $(shell which arm-linux-gcc)
QMAKE_LEX = flex
QMAKE_LEXFLAGS =
QMAKE_YACC = yacc
QMAKE_YACCFLAGS = -d
QMAKE_CFLAGS = -pipe $(CFLAGS_EXTRA)
QMAKE_CFLAGS_WARN_ON = -Wall -W
QMAKE_CFLAGS_WARN_OFF =
QMAKE_CFLAGS_RELEASE = $(if $(CFLAGS_RELEASE),$(CFLAGS_RELEASE), -O2)
QMAKE_CFLAGS_DEBUG = -g
QMAKE_CFLAGS_SHLIB = -fPIC
QMAKE_CFLAGS_YACC = -Wno-unused -Wno-parentheses
QMAKE_CFLAGS_THREAD = -D_REENTRANT
QMAKE_CXX = $(CCACHE) $(DISTCC) $(shell which arm-linux-g++)