Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
93205655
Unverified
Commit
93205655
authored
Jul 12, 2020
by
Don Gagne
Committed by
GitHub
Jul 12, 2020
Browse files
Merge pull request #8906 from DonLakeFlyer/Zlib
Fix zlib setup
parents
cb62d3ae
aa70cf6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
QGCExternalLibs.pri
View file @
93205655
...
...
@@ -111,8 +111,8 @@ SOURCES += \
#
# [REQUIRED] zlib library
Windows {
INCLUDEPATH += $$SOURCE_DIR/libszlib/windows/include
LIBS += -L$$SOURCE_DIR/libszlib/windows/lib
INCLUDEPATH += $$SOURCE_DIR/libs
/
zlib/windows/include
LIBS += -L$$SOURCE_DIR/libs
/
zlib/windows/lib
}
LIBS += -lz
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment