Skip to content

Commit

Permalink
Fix windeployqt flags
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Dec 18, 2024
1 parent 65bce78 commit 66eafee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lumberjack.pro
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@ COPIES += dllFiles
CONFIG(debug, debug | release) {
win32 {
# Copy required .DLL files
QMAKE_POST_LINK += $$[QT_INSTALL_BINS]\windeployqt --debug --compiler-runtime $$shell_path($$quote($$DESTDIR))\lumberjack.exe $$escape_expand(\n\t)
QMAKE_POST_LINK += $$[QT_INSTALL_BINS]\windeployqt --debug --opengl --openglwidgets --widgets --compiler-runtime $$shell_path($$quote($$DESTDIR))\lumberjack.exe $$escape_expand(\n\t)
}
} else {
win32 {
# Copy required .DLL files
QMAKE_POST_LINK += $$[QT_INSTALL_BINS]\windeployqt --release --compiler-runtime $$shell_path($$quote($$DESTDIR))\lumberjack.exe $$escape_expand(\n\t)
QMAKE_POST_LINK += $$[QT_INSTALL_BINS]\windeployqt --release --opengl --openglwidgets --widgets --compiler-runtime $$shell_path($$quote($$DESTDIR))\lumberjack.exe $$escape_expand(\n\t)
}
}

Expand Down

0 comments on commit 66eafee

Please sign in to comment.