summaryrefslogtreecommitdiff
path: root/mkspecs
authoreilers <eilers>2004-07-29 11:42:36 (UTC)
committer eilers <eilers>2004-07-29 11:42:36 (UTC)
commitc170d1f931ae03c2ec917b7abf4bd5d0e94a3760 (patch) (side-by-side diff)
tree987e946d92137eeecab6f2b7f0cc11bf5177a0d5 /mkspecs
parent46909a5484e330143c4277aa572f833975020de3 (diff)
downloadopie-c170d1f931ae03c2ec917b7abf4bd5d0e94a3760.zip
opie-c170d1f931ae03c2ec917b7abf4bd5d0e94a3760.tar.gz
opie-c170d1f931ae03c2ec917b7abf4bd5d0e94a3760.tar.bz2
Added stuff which was removed while reverting.. Other stuff, like
the qtopia stuff, is not taken into current configuration.
Diffstat (limited to 'mkspecs') (more/less context) (ignore whitespace changes)
-rw-r--r--mkspecs/qws/macx-generic-g++/qmake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/qws/macx-generic-g++/qmake.conf b/mkspecs/qws/macx-generic-g++/qmake.conf
index 7bc67c7..bc72dd4 100644
--- a/mkspecs/qws/macx-generic-g++/qmake.conf
+++ b/mkspecs/qws/macx-generic-g++/qmake.conf
@@ -76,6 +76,7 @@ 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