Skip to content

Commit

Permalink
Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Jan 7, 2024
1 parent daff3fa commit 8eb5bc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qtchess.pro
Expand Up @@ -157,7 +157,6 @@ ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
} else:mac {
macdeployqt.path = QtChess.app
macdeployqt.extra = $$[QT_INSTALL_BINS]/macdeployqt ./QtChess.app

INSTALLS = macdeployqt
} else:win32 {
plugins1.files = $$[QT_INSTALL_PLUGINS]\\*
Expand All @@ -176,7 +175,7 @@ qtlibraries.files = $$[QT_INSTALL_BINS]\\Qt6Core.dll \
$$[QT_INSTALL_BINS]\\Qt6Gui.dll \
$$[QT_INSTALL_BINS]\\Qt6Network.dll \
$$[QT_INSTALL_BINS]\\Qt6Widgets.dll \
$$[QT_INSTALL_BINS]\\libgcc_s_dw2-1.dll \
$$[QT_INSTALL_BINS]\\libgcc_s_seh-1.dll \
$$[QT_INSTALL_BINS]\\libstdc++-6.dll \
$$[QT_INSTALL_BINS]\\libwinpthread-1.dll
qtlibraries.path = release\\.
Expand Down

0 comments on commit 8eb5bc2

Please sign in to comment.