Skip to content

Commit

Permalink
[qt5-base] Set force-debug-info to install pdb files in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jan 1, 2024
1 parent 8217fce commit 093cb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion overlay/windows/qt5-base/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ set(CORE_OPTIONS
#-combined-angle-lib
# ENV ANGLE_DIR to external angle source dir. (Will always be compiled with Qt)
#-optimized-tools
#-force-debug-info
-force-debug-info
-verbose
)

Expand Down
2 changes: 1 addition & 1 deletion overlay/windows/qt5-base/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qt5-base",
"version": "5.15.8",
"port-version": 5,
"port-version": 6,
"description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
"homepage": "https://www.qt.io/",
"license": null,
Expand Down

0 comments on commit 093cb17

Please sign in to comment.