0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Language settings has been added to designer

This commit is contained in:
Arin Alexander
2018-05-15 22:14:17 +03:00
parent 3d8588316b
commit 8df8182875
13 changed files with 145 additions and 56 deletions

View File

@@ -8,7 +8,8 @@ contains(CONFIG,release) {
}
TEMPLATE = app
SOURCES += main.cpp
SOURCES += main.cpp \
designersettingmanager.cpp
INCLUDEPATH += $$PWD/../include
DEPENDPATH += $$PWD/../include
@@ -61,3 +62,6 @@ win32 {
}
}
HEADERS += \
designersettingmanager.h