Skip to content

Commit

Permalink
windows build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MizPlusPlus committed Feb 27, 2023
1 parent e4e614e commit 5149bf1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion OSCWidgets.pro
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,14 @@ win32 {
SOURCES += \
../EosSyncLib/EosSyncLib/EosTcp_Win.cpp \
../EosSyncLib/EosSyncLib/EosUdp_Win.cpp
LIBS += -luser32 -lWs2_32
LIBS += -luser32 -lWs2_32 -lwinmm
QT += winextras

RC_ICONS = OSCWidgets/icon1.ico

CONFIG(release, debug|release) {
QMAKE_POST_LINK += $$clean_path("$$[QT_INSTALL_BINS]/windeployqt") --no-translations --no-opengl-sw --no-compiler-runtime $$clean_path("$${DESTDIR}/$${TARGET}.exe")
}
}

INCLUDEPATH = \
Expand Down

0 comments on commit 5149bf1

Please sign in to comment.