diff options
| author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-17 17:29:57 +0300 |
|---|---|---|
| committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-17 17:29:57 +0300 |
| commit | c5bac475e86ec1c4e0053bd330eabedcbca124f6 (patch) | |
| tree | c2be43dac099f5b98b9dbaaeb1244b7efeb01a58 /buildconfig | |
| parent | 4a1d85f99913d0bacf8cdd118c81401378c758b6 (diff) | |
| parent | e88418ab7f1a2979ccb1ef92b4cd7da87f5cd6c5 (diff) | |
| download | PrismLauncher-c5bac475e86ec1c4e0053bd330eabedcbca124f6.tar.gz PrismLauncher-c5bac475e86ec1c4e0053bd330eabedcbca124f6.tar.bz2 PrismLauncher-c5bac475e86ec1c4e0053bd330eabedcbca124f6.zip | |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop
Diffstat (limited to 'buildconfig')
| -rw-r--r-- | buildconfig/BuildConfig.cpp.in | 3 | ||||
| -rw-r--r-- | buildconfig/BuildConfig.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.cpp.in b/buildconfig/BuildConfig.cpp.in index d7662a7a..1eb0022b 100644 --- a/buildconfig/BuildConfig.cpp.in +++ b/buildconfig/BuildConfig.cpp.in @@ -110,6 +110,9 @@ Config::Config() FLAME_API_KEY = "@Launcher_CURSEFORGE_API_KEY@"; META_URL = "@Launcher_META_URL@"; + GLFW_LIBRARY_NAME = "@Launcher_GLFW_LIBRARY_NAME@"; + OPENAL_LIBRARY_NAME = "@Launcher_OPENAL_LIBRARY_NAME@"; + BUG_TRACKER_URL = "@Launcher_BUG_TRACKER_URL@"; TRANSLATIONS_URL = "@Launcher_TRANSLATIONS_URL@"; MATRIX_URL = "@Launcher_MATRIX_URL@"; diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index 387f494f..a5649b98 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -134,6 +134,9 @@ class Config { */ QString META_URL; + QString GLFW_LIBRARY_NAME; + QString OPENAL_LIBRARY_NAME; + QString BUG_TRACKER_URL; QString TRANSLATIONS_URL; QString MATRIX_URL; |
