summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2007-11-19 19:08:57 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2007-11-19 19:08:57 (GMT)
commit0fcf3651378b69f1f549b77ba647d26a515f359d (patch)
tree395c30afb8b17ab983ce78b7d55a7708fb02a92f
parent3b59c7b97a1845fa16abee6ce130fa189cc9be13 (diff)
downloadCMake-0fcf3651378b69f1f549b77ba647d26a515f359d.zip
CMake-0fcf3651378b69f1f549b77ba647d26a515f359d.tar.gz
CMake-0fcf3651378b69f1f549b77ba647d26a515f359d.tar.bz2
ENH: Add install command for executable.
-rw-r--r--Source/QtDialog/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt
index f36d405..87e6c1a 100644
--- a/Source/QtDialog/CMakeLists.txt
+++ b/Source/QtDialog/CMakeLists.txt
@@ -48,5 +48,7 @@ ELSE(NOT QT4_FOUND)
ADD_EXECUTABLE(QtDialog WIN32 MACOSX_BUNDLE ${SRCS})
TARGET_LINK_LIBRARIES(QtDialog CMakeLib ${QT_QTMAIN_LIBRARY} ${QT_LIBRARIES})
+ INSTALL_TARGETS(/bin QtDialog)
+
ENDIF(NOT QT4_FOUND)