summaryrefslogtreecommitdiff
path: root/mkspecs/linux-kcc/qmake.conf
Side-by-side diff
Diffstat (limited to 'mkspecs/linux-kcc/qmake.conf') (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 @@
#
# $Id$
#
-# qmake configuration for KAI C++ 4.0f for Linux
+# qmake configuration for linux-kcc
+#
+# Written for KAI C++ 4.0f for GNU/Linux (discontinued).
#
# From the KAI C++ man page for Linux:
# --[no_]thread_safe
@@ -13,7 +15,7 @@
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
-CONFIG += qt warn_on release
+CONFIG += qt warn_on release link_prl
QMAKE_CC = KCC
QMAKE_LEX = flex
@@ -87,3 +89,5 @@ QMAKE_COPY = cp -f
QMAKE_MOVE = mv -f
QMAKE_DEL_FILE = rm -f
QMAKE_DEL_DIR = rmdir
+QMAKE_CHK_DIR_EXISTS = test -d
+QMAKE_MKDIR = mkdir -p