Skip to content

Commit

Permalink
feat[init command]: update default qmake rules to 4.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefly35 committed Jul 7, 2021
1 parent 51f1b0b commit c89fc02
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.6.5";
static constexpr const char * QMAKE_RULES_DEFAULT_TAG = "4.6.6";
};

#include <boost/filesystem.hpp>
Expand Down

0 comments on commit c89fc02

Please sign in to comment.