diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-26 23:09:31 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-26 23:09:31 +0100 |
commit | fcf3870b7c0f30a5991e518ad8a404a9d38c3a45 (patch) | |
tree | 3168f904fb2dd205ce1fbbac2daa0f381ec86b70 /data | |
parent | Added warning when trying to get value of non-existent options (diff) | |
download | smolbote-fcf3870b7c0f30a5991e518ad8a404a9d38c3a45.tar.xz |
Using boost::program_options instead of libconfig
Diffstat (limited to 'data')
-rw-r--r-- | data/resources.qrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/resources.qrc b/data/resources.qrc index 529bf43..9387efe 100644 --- a/data/resources.qrc +++ b/data/resources.qrc @@ -1,6 +1,5 @@ <RCC> <qresource prefix="/"> <file alias="icon.svg">poi.svg</file> - <file>poi.cfg</file> </qresource> </RCC> |