Skip to content

Commit

Permalink
Update qdomyos-zwift.pri
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Nov 21, 2024
1 parent 721f6d4 commit b573442
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/qdomyos-zwift.pri
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ CONFIG += qmltypes
#unix:!android: CONFIG += webengine

win32:DEFINES += _ITERATOR_DEBUG_LEVEL=0
win32:!mingw:LIBS += -llibprotobuf -llibprotoc -labseil_dll -llibprotobuf-lite -L$$PWD
win32:!mingw:LIBS += -llibprotobuf -llibprotoc -labseil_dll -llibprotobuf-lite -lBthprops -lVersion -lRpcrt4 -lole32 -L$$PWD

win32 {
LIBS += -lBthprops
LIBS += -lVersion
LIBS += -lRpcrt4 # Per StringFromGUID2
LIBS += -lole32 # Altra possibile dipendenza per GUID
}

QML_IMPORT_NAME = org.cagnulein.qdomyoszwift
QML_IMPORT_MAJOR_VERSION = 1
Expand Down

0 comments on commit b573442

Please sign in to comment.