-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from matty0ung/dbFixes
Upgrade to Qt 6
- Loading branch information
Showing
119 changed files
with
3,465 additions
and
2,379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
#---------------------------------------------------------------------------------------------------------------------- | ||
# configure is part of Brewken, and is copyright the following authors 2009-2021: | ||
# configure is part of Brewken, and is copyright the following authors 2009-2024: | ||
# • Matt Young <[email protected]> | ||
# • Philip Greggory Lee <[email protected]> | ||
# | ||
|
@@ -16,6 +16,16 @@ | |
# <http://www.gnu.org/licenses/>. | ||
#---------------------------------------------------------------------------------------------------------------------- | ||
|
||
# | ||
# This script can be used to help set up the build directory for doing CMake builds. | ||
# | ||
# ⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐ | ||
# NB: Meson and the `bt` build tool Python script are now the primary way of building and packaging the software. You | ||
# can also still CMake to compile the product and install it locally, but we no longer support using CMake to do | ||
# packaging. | ||
# ⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐ | ||
# | ||
|
||
# Stop when something failed | ||
set -e | ||
|
||
|
@@ -96,4 +106,4 @@ cd build/ | |
cmake $CMAKEOPTIONS ../ | ||
|
||
# Tell the user what to do (if everything went well...) | ||
echo -e "\n\n\tNow, cd to build/ and run \"make\"\n" | ||
echo -e "\n\n\tNow, cd to build/ and run \"make\" (or \"cmake --build .\" on Windows)\n" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.