aboutsummaryrefslogtreecommitdiff
path: root/buildconfig
diff options
context:
space:
mode:
authorEzekiel Smith <ezekielsmith@protonmail.com>2022-03-08 01:22:34 +1100
committerGitHub <noreply@github.com>2022-03-08 01:22:34 +1100
commitdc9e2508684b6cbedd03c36fcbb4b91095962e91 (patch)
tree8c4a5cd2a846f4de7fd3c9ca8e1a32cd9c4199a7 /buildconfig
parentb6cf0359faf1d366a4afd92930008d25ea492049 (diff)
parentb93daf1fb743f09d48595f554d93a49fe448d6b7 (diff)
downloadPrismLauncher-dc9e2508684b6cbedd03c36fcbb4b91095962e91.tar.gz
PrismLauncher-dc9e2508684b6cbedd03c36fcbb4b91095962e91.tar.bz2
PrismLauncher-dc9e2508684b6cbedd03c36fcbb4b91095962e91.zip
Merge pull request #232 from Scrumplex/fix-help-links
Switch to polymc.org wiki
Diffstat (limited to 'buildconfig')
-rw-r--r--buildconfig/BuildConfig.cpp.in1
-rw-r--r--buildconfig/BuildConfig.h5
2 files changed, 6 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.cpp.in b/buildconfig/BuildConfig.cpp.in
index 0ffc9326..80c67037 100644
--- a/buildconfig/BuildConfig.cpp.in
+++ b/buildconfig/BuildConfig.cpp.in
@@ -50,6 +50,7 @@ Config::Config()
VERSION_STR = "@Launcher_VERSION_STRING@";
NEWS_RSS_URL = "@Launcher_NEWS_RSS_URL@";
NEWS_OPEN_URL = "@Launcher_NEWS_OPEN_URL@";
+ HELP_URL = "@Launcher_HELP_URL@";
IMGUR_CLIENT_ID = "@Launcher_IMGUR_CLIENT_ID@";
MSA_CLIENT_ID = "@Launcher_MSA_CLIENT_ID@";
META_URL = "@Launcher_META_URL@";
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h
index 863f88df..95619587 100644
--- a/buildconfig/BuildConfig.h
+++ b/buildconfig/BuildConfig.h
@@ -74,6 +74,11 @@ public:
QString NEWS_OPEN_URL;
/**
+ * URL (with arg %1 to be substituted with page-id) that gets opened when the user requests help
+ */
+ QString HELP_URL;
+
+ /**
* Client ID you can get from Imgur when you register an application
*/
QString IMGUR_CLIENT_ID;