mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-25 12:29:17 -06:00
They can now also set up include directories and link against the TinyORM library. It's accomplished by the TINYORM_BUILD_TREE variable. - also updated all examples in the documentation - manually tried to recompile all the examples on all supported platforms - enhanced tiny_version_numbers.prf, throw error when the version file was not found or when the parsing failed - used qmake/common.pri in the TinyOrm.pri and tom.pri, the consequences are that the user can use eg "CONFIG += disable_orm" and all others supported qmake configurations on his own project, so if the TinyORM was compiled with some set of flags then the same set of flags has to be used on the compiled project, CMake is doing this automatically of course - added Configure using .qmake.conf to the hello world example