summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/postflight.sh.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-02-19 19:26:20 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-02-19 19:26:20 (GMT)
commitee2a13b11f08efcde4ec3579763ae3236b278693 (patch)
treed723719d70a05ef8302fafa71960bda98c088407 /Source/QtDialog/postflight.sh.in
parent4a9517a688d0bff682b538a272794000de56641d (diff)
downloadCMake-ee2a13b11f08efcde4ec3579763ae3236b278693.zip
CMake-ee2a13b11f08efcde4ec3579763ae3236b278693.tar.gz
CMake-ee2a13b11f08efcde4ec3579763ae3236b278693.tar.bz2
ENH: install working with symlink qt tool
Diffstat (limited to 'Source/QtDialog/postflight.sh.in')
-rwxr-xr-xSource/QtDialog/postflight.sh.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/QtDialog/postflight.sh.in b/Source/QtDialog/postflight.sh.in
new file mode 100755
index 0000000..88dd066
--- /dev/null
+++ b/Source/QtDialog/postflight.sh.in
@@ -0,0 +1,4 @@
+#!/bin/bash
+echo "$2/@CMAKE_INSTALL_SUBDIR@/cmake-gui.app/Contents/MacOS/cmake-gui" >>/tmp/mylog
+"$2/@CMAKE_INSTALL_SUBDIR@/cmake-gui.app/Contents/MacOS/cmake-gui" --mac-install
+exit 0