diff options
| author | Cerapter <cerap@protonmail.com> | 2018-09-04 18:15:39 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-09-04 18:15:39 +0200 |
| commit | cf87d39150a5a6ba850f77a8467ab21e00f1f8db (patch) | |
| tree | 338cf75c50f64e7e1dd3676e2edb4beed2708e69 /Attorney_Online_remake.pro | |
| parent | a88de1563b5699ef16d73cbcdfd867da9d887795 (diff) | |
Finished the moving of ini handling to QSettings.
Though this was started before anything on our end, still, this finish
is once again 100% Gameboyprinter's work, it's just reimplemented here
to match our client.
Diffstat (limited to 'Attorney_Online_remake.pro')
| -rw-r--r-- | Attorney_Online_remake.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index 8c064802..f3ab0906 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -80,7 +80,8 @@ HEADERS += lobby.h \ aoevidencedisplay.h \ discord_rich_presence.h \ discord-rpc.h \ - aooptionsdialog.h + aooptionsdialog.h \ + text_file_functions.h # You need to compile the Discord Rich Presence SDK separately and add the lib/headers. # Discord RPC uses CMake, which does not play nicely with QMake, so this step must be manual. |
