From 2426c98942ee69e03bd980061ecb0f42eab965f2 Mon Sep 17 00:00:00 2001 From: Filonenko Michael Date: Sat, 5 Mar 2011 22:49:53 +0200 Subject: [PATCH] Add readme --- readme | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 readme diff --git a/readme b/readme new file mode 100644 index 0000000..1eed972 --- /dev/null +++ b/readme @@ -0,0 +1,21 @@ +QtJsonSettings class for storing application settings in JSON file. Inherits QSettings. + + +Download from gitorious +git clone --depth 1 http://git.gitorious.org/qtjsonsettings/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)