Commit Graph

5 Commits

Author SHA1 Message Date
silverqx de38d4213f renamed c macro to TINYORM_USING_PCH
- also added this macro to docs
2022-06-01 21:04:09 +02:00
silverqx ac32a6d3c4 qmake enhanced precompiled headers 2022-02-09 07:41:47 +01:00
silverqx e0f61b97fc qmake added Windows RC and manifest files
Windows RC and manifest files are compiled and embedded only on Windows
and when a shared library is built.
Also removed TinyOrm_mingw.rc file, RC file for MinGW is injected
through the main TinyOrm.rc.in file, I had to do it this way because is
not possible to pass more RC files by qmake's RC_FILE variable, cmake
can do this without problems.

 - bugfix FILEFLAGS, FILEFLAGSMASK for debug configuration was not set
2021-10-02 12:52:06 +02:00
silverqx d520289054 enhanced qmake build
- include.pri included in src.pro instead of in the src.pri, nicer
   project structure in QtCreator's Project view
 - possibility to disable PCH by CONFIG-=precompile_header
 - fixed build without PCH
2021-08-06 14:38:23 +02:00
silverqx e6425a535c added utils library for tests 2021-03-26 17:59:00 +01:00