Merge 1.4.2 r630:639 into trunk

This commit is contained in:
Nick Bolton
2010-06-20 02:30:45 +00:00
parent 774e8fa112
commit 9a0a7d42bd
4 changed files with 115 additions and 30 deletions

View File

@@ -19,14 +19,22 @@ INSTALL(
IF(WIN32)
INSTALL(
FILES
bin/Release/QtNetwork4.dll
bin/Release/QtGui4.dll
bin/Release/QtCore4.dll
FILES
bin/Release/qsynergy.exe
bin/Release/mingwm10.dll
bin/Release/libgcc_s_dw2-1.dll
DESTINATION bin)
ELSE(WIN32)
IF(APPLE)
# TODO: how the hell do we distribute mac apps?
#INSTALL(
# MACOSX_BUNDLE
# bin/QSynergy.app
# DESTINATION bin)
ELSE(APPLE)
INSTALL(
FILES
bin/qsynergy
DESTINATION bin)
ENDIF(APPLE)
ENDIF(WIN32)
# The default CPack behaviour is not to append the system processor