0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

Added CMake support for easy embedding inside CMake projects

Signed-off-by: Tiziano Bacocco <tizbac2@gmail.com>
This commit is contained in:
Tiziano Bacocco
2020-04-04 01:37:01 +02:00
parent 4e41b73c28
commit 66ae37525d
3 changed files with 337 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ namespace LimeReport {
#define VARIABLE_IS_NOT_USED
#endif
Q_NAMESPACE
namespace Const{
int const DEFAULT_GRID_STEP = 1;