Skip to content

Commit

Permalink
CONFIG+=nostrip on WSL check
Browse files Browse the repository at this point in the history
  • Loading branch information
sgourdas committed Mar 31, 2024
1 parent b9a9a48 commit a19f6b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kiwix-desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ QT += core gui network
QT += webenginewidgets
QT += printsupport

CONFIG += nostrip
WSL_CHECK = $$system(test -f /proc/sys/fs/binfmt_misc/WSLInterop && echo true || echo false)
equals(WSL_CHECK, "true"): CONFIG += nostrip

CONFIG += link_pkgconfig

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
Expand Down

0 comments on commit a19f6b3

Please sign in to comment.