Skip to content

Commit

Permalink
Use default Qt-{version} folder on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jul 1, 2021
1 parent d13a57d commit 8432257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/qt/package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (NOT DESKTOP_APP_USE_PACKAGED)
endif()

if (WIN32)
set(qt_loc ${libs_loc}/Al-${qt_version})
set(qt_loc ${libs_loc}/Qt-${qt_version})
else()
set(qt_loc /usr/local/desktop-app/Qt-${qt_version})
endif()
Expand Down

0 comments on commit 8432257

Please sign in to comment.