Skip to content

Commit

Permalink
set default qmake tag to 4.10.0 for init command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Leduc committed Dec 18, 2023
1 parent 5c215df commit afcddd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Constants {
static constexpr const char * REMAKEN_PROFILES_FOLDER = "profiles";
static constexpr const char * REMAKEN_CACHE_FILE = ".remaken-cache";
static constexpr const char * ARTIFACTORY_API_KEY = "artifactoryApiKey";
static constexpr const char * QMAKE_RULES_DEFAULT_TAG = "4.10.0-pre-release";
static constexpr const char * QMAKE_RULES_DEFAULT_TAG = "4.10.0";
static constexpr const char * PKGINFO_FOLDER = ".pkginfo";
static constexpr const char * VCPKG_REPOURL = "https://github.com/microsoft/vcpkg";
static constexpr const char * EXTRA_DEPS = "extra-packages.txt";
Expand Down

0 comments on commit afcddd9

Please sign in to comment.