mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 20:11:46 +08:00
fix bug #2770 - mingwm10.dll missing from 1.4.2 and 1.5.0 installer
This commit is contained in:
@@ -32,12 +32,17 @@ IF(WIN32)
|
||||
INSTALL(
|
||||
FILES
|
||||
bin/Release/qsynergy.exe
|
||||
${QT_DIR}/qt/bin/libgcc_s_dw2-1.dll
|
||||
${QT_DIR}/qt/bin/mingwm10.dll
|
||||
${QT_DIR}/qt/bin/QtGui4.dll
|
||||
${QT_DIR}/qt/bin/QtCore4.dll
|
||||
${QT_DIR}/qt/bin/QtNetwork4.dll
|
||||
COMPONENT qsynergy
|
||||
DESTINATION bin)
|
||||
|
||||
set(CPACK_COMPONENT_QSYNERGY_DISPLAY_NAME "Graphical User Interface")
|
||||
|
||||
set(VCREDIST_PATH "${VCREDIST_DIR}\\\\${VCREDIST_FILE}")
|
||||
set(VCREDIST_PATH "${VCREDIST_DIR}/${VCREDIST_FILE}")
|
||||
|
||||
install(
|
||||
PROGRAMS
|
||||
|
||||
Reference in New Issue
Block a user