Skip to content

Commit

Permalink
deploy: fix dll copy for 5.4 wang-bin#557
Browse files Browse the repository at this point in the history
fucking qt bug
  • Loading branch information
wang-bin committed Dec 25, 2015
1 parent ea5c8ac commit f73e538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_sdk/install_sdk.pro
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ sdk_install.commands += $$quote($$COPY $$system_path($$MODULE_PRF_FILE) $$system
greaterThan(QT_MAJOR_VERSION, 4) {
sdk_install.commands += $$quote($$COPY $$system_path($$OUT_PWD/mkspecs/modules/qt_lib_$${MODULE}*.pri) $$system_path($$MKSPECS_DIR/modules/))
}
win32:sdk_install.commands += $$quote($$COPY $$system_path($$BUILD_DIR/bin/QtAV*.dll) $$system_path($$[QT_INSTALL_BINS]/))
win32:sdk_install.commands += $$quote($$COPY $$system_path($$BUILD_DIR/bin/Qt*AV*.dll) $$system_path($$[QT_INSTALL_BINS]/))

mac_framework {
sdk_uninstall.commands = $$quote($$RM_DIR $$system_path($$[QT_INSTALL_LIBS]/$${MODULE_FULL_NAME}.framework))
Expand Down

0 comments on commit f73e538

Please sign in to comment.