summaryrefslogtreecommitdiff
path: root/mkspecs/linux-kcc
authorzecke <zecke>2004-07-18 19:32:20 (UTC)
committer zecke <zecke>2004-07-18 19:32:20 (UTC)
commit8795812a0d763742a5273f356c35313af0fed84d (patch) (unidiff)
tree34b7259e1595e53e1fa2069d7d79bbdef67293e8 /mkspecs/linux-kcc
parent8e8fcd65b8d8657650728bae604c5a34dc31338e (diff)
downloadopie-8795812a0d763742a5273f356c35313af0fed84d.zip
opie-8795812a0d763742a5273f356c35313af0fed84d.tar.gz
opie-8795812a0d763742a5273f356c35313af0fed84d.tar.bz2
-CHECK if DIR exist added to qmake.conf's
-use arm-linux-g++ for linking now hopefully not removed anything important Added python tool to opiefy mkspecs
Diffstat (limited to 'mkspecs/linux-kcc') (more/less context) (ignore whitespace changes)
-rw-r--r--mkspecs/linux-kcc/qmake.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/mkspecs/linux-kcc/qmake.conf b/mkspecs/linux-kcc/qmake.conf
index 5a2a670..30580b8 100644
--- a/mkspecs/linux-kcc/qmake.conf
+++ b/mkspecs/linux-kcc/qmake.conf
@@ -1,7 +1,9 @@
1# 1#
2# $Id$ 2# $Id$
3# 3#
4# qmake configuration for KAI C++ 4.0f for Linux 4# qmake configuration for linux-kcc
5#
6# Written for KAI C++ 4.0f for GNU/Linux (discontinued).
5# 7#
6# From the KAI C++ man page for Linux: 8# From the KAI C++ man page for Linux:
7# --[no_]thread_safe 9# --[no_]thread_safe
@@ -13,7 +15,7 @@
13 15
14 MAKEFILE_GENERATOR= UNIX 16 MAKEFILE_GENERATOR= UNIX
15 TEMPLATE = app 17 TEMPLATE = app
16 CONFIG += qt warn_on release 18 CONFIG += qt warn_on release link_prl
17 19
18 QMAKE_CC = KCC 20 QMAKE_CC = KCC
19 QMAKE_LEX = flex 21 QMAKE_LEX = flex
@@ -87,3 +89,5 @@ QMAKE_COPY = cp -f
87 QMAKE_MOVE = mv -f 89 QMAKE_MOVE = mv -f
88 QMAKE_DEL_FILE = rm -f 90 QMAKE_DEL_FILE = rm -f
89 QMAKE_DEL_DIR = rmdir 91 QMAKE_DEL_DIR = rmdir
92 QMAKE_CHK_DIR_EXISTS= test -d
93 QMAKE_MKDIR = mkdir -p