Skip to content

A small INI file reader compatible with API of QSettings

License

Notifications You must be signed in to change notification settings

WohlSoft/IniProcessing

Repository files navigation

IniProcessing

A small INI file reader and writer which compatible with API of QSettings

It has no dependencies and using STL.

  • Ready to use code you will find in ./src folder
  • Example of usage and unit tests you can find in the ./test folder where you also can find a benchmark of this INI Procrssor and QSettings
  • Use define the INI_PROCESSING_ALLOW_QT_TYPES macro to support QString and other Qt's types in the Qt applications

How to run unit testing

You will need to have CMake>=3.2 and compiler with C++11 support

cmake .
make
make test

About

A small INI file reader compatible with API of QSettings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages