aboutsummaryrefslogtreecommitdiff
path: root/buildconfig
diff options
context:
space:
mode:
authordada513 <dada513@protonmail.com>2022-02-10 13:14:25 +0100
committerdada513 <dada513@protonmail.com>2022-02-10 13:14:25 +0100
commit70f8cb81b8bbdf8bc2f4931981002ab56125361d (patch)
treeede5ce1b3b67cfd7c25061fb49ee4315c6e44c41 /buildconfig
parentf8ca6b4867d1b01310269293426c65ef78c5ec67 (diff)
downloadPrismLauncher-70f8cb81b8bbdf8bc2f4931981002ab56125361d.tar.gz
PrismLauncher-70f8cb81b8bbdf8bc2f4931981002ab56125361d.tar.bz2
PrismLauncher-70f8cb81b8bbdf8bc2f4931981002ab56125361d.zip
Initial RSS re-add and removed hardcoded strings
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 2595f78b..655d3bfb 100644
--- a/buildconfig/BuildConfig.cpp.in
+++ b/buildconfig/BuildConfig.cpp.in
@@ -42,6 +42,7 @@ Config::Config()
VERSION_STR = "@Launcher_VERSION_STRING@";
NEWS_RSS_URL = "@Launcher_NEWS_RSS_URL@";
+ NEWS_OPEN_URL = "@Launcher_NEWS_OPEN_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 d09d5288..6e524736 100644
--- a/buildconfig/BuildConfig.h
+++ b/buildconfig/BuildConfig.h
@@ -68,6 +68,11 @@ public:
QString NEWS_RSS_URL;
/**
+ * URL that gets opened when the user clicks "More News"
+ */
+ QString NEWS_OPEN_URL;
+
+ /**
* Client ID you can get from Imgur when you register an application
*/
QString IMGUR_CLIENT_ID;