diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-02 13:45:08 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-15 10:51:21 +0200 |
commit | 83aa0062c7d831ca42ed4d82e5f6162ac8793be8 (patch) | |
tree | 1a1380ce8a8be27876a47eb6fafa1acd3f8d0a69 /launcher/Application.h | |
parent | ff67fd10c33fa99423b5a43dcbd30494b4c40dc5 (diff) | |
download | PrismLauncher-83aa0062c7d831ca42ed4d82e5f6162ac8793be8.tar.gz PrismLauncher-83aa0062c7d831ca42ed4d82e5f6162ac8793be8.tar.bz2 PrismLauncher-83aa0062c7d831ca42ed4d82e5f6162ac8793be8.zip |
feat: add custom native library path settings
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 6bc33274..5807107c 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -142,6 +142,8 @@ class Application : public QApplication { void updateCapabilities(); + void detectLibraries(); + /*! * Finds and returns the full path to a jar file. * Returns a null-string if it could not be found. @@ -275,6 +277,8 @@ class Application : public QApplication { SetupWizard* m_setupWizard = nullptr; public: + QString m_detectedGLFWPath; + QString m_detectedOpenALPath; QString m_instanceIdToLaunch; QString m_serverToJoin; QString m_profileToUse; |