Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pri/libgit2detect.pri
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ win32 {

INCLUDEPATH += $$LIBGIT2INCLUDE
LIBS += -L$$LIBGIT2LIB -lgit2
LIBS += -lwinhttp -lrpcrt4 -lcrypt32 -lole32 -lsecur32 -lws2_32 -ladvapi32
}

unix {
Expand Down
7 changes: 6 additions & 1 deletion pri/quazipdetect.pri
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ message("Using Fritzing quazip detect script.")
# If you are well versed in # Qt and C/C++ please start helping around
# and check https://github.com/stachenov/quazip/issues/185
QUAZIP_VERSION=1.4
QUAZIP_PATH=$$absolute_path($$PWD/../../quazip-$$QT_VERSION-$$QUAZIP_VERSION)intuisphere
QUAZIP_PATH=$$absolute_path($$PWD/../../quazip-$$QT_VERSION-$$QUAZIP_VERSION)
QUAZIP_INCLUDE_PATH=$$QUAZIP_PATH/include/QuaZip-Qt6-$$QUAZIP_VERSION
QUAZIP_LIB_PATH=$$QUAZIP_PATH/lib

Expand All @@ -35,3 +35,8 @@ unix {
macx {
LIBS += -lz
}

win32 {
ZLIB_PATH = $$absolute_path($$PWD/../../zlib-1.3.1)
LIBS += -L$$ZLIB_PATH/lib -lzlibstatic
}