ENH: Add install command for executable.

This commit is contained in:
Clinton Stimpson 2007-11-19 14:08:57 -05:00
parent 3b59c7b97a
commit 0fcf365137
1 changed files with 2 additions and 0 deletions

View File

@ -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)