Go to file
Dmitry Belyaev 3e834e57c6 Update readme 2015-06-05 14:11:53 +03:00
CMakeLists.txt Qt5 JSON parser 2015-06-05 10:38:12 +03:00
qtjsonsettings.cpp Qt5 JSON parser 2015-06-05 10:38:12 +03:00
qtjsonsettings.h Qt5 JSON parser 2015-06-05 10:38:12 +03:00
qtjsonsettings.pri Qt5 JSON parser 2015-06-05 10:38:12 +03:00
readme Update readme 2015-06-05 14:11:53 +03:00

readme

QtJsonSettings class for storing application settings in JSON file. Inherits QSettings.


Download from github
git clone https://github.com/b4tman/qtjsonsettings.git

Using

CMake
Compiled as static library

add_subdirectory(~/projects/qtjsonsettings ${CMAKE_CURRENT_BINARY_DIR}/qtjsonsettings)
include_directories(~/projects/qtjsonsettings)    

target_link_libraries(${PROJECT_NAME} ${QT_LIBRARIES} 
  qtjsonsettings)

QMake
Included as sources

include(~/projects/qtjsonsetting/qtjsonsettings.pri)