Added translation for library vobj.
--HG-- branch : develop
This commit is contained in:
parent
c36f2d47e7
commit
934ccce310
|
@ -11,12 +11,14 @@ DEPENDPATH += \
|
||||||
../src/app \
|
../src/app \
|
||||||
../src/libs/qmuparser \
|
../src/libs/qmuparser \
|
||||||
../src/libs/vpropertyexplorer \
|
../src/libs/vpropertyexplorer \
|
||||||
../src/libs/ifc
|
../src/libs/ifc \
|
||||||
|
../src/libs/vobj
|
||||||
|
|
||||||
include(../src/app/app.pri)
|
include(../src/app/app.pri)
|
||||||
include(../src/libs/qmuparser/qmuparser.pri)
|
include(../src/libs/qmuparser/qmuparser.pri)
|
||||||
include(../src/libs/vpropertyexplorer/vpropertyexplorer.pri)
|
include(../src/libs/vpropertyexplorer/vpropertyexplorer.pri)
|
||||||
include(../src/libs/ifc/ifc.pri)
|
include(../src/libs/ifc/ifc.pri)
|
||||||
|
include(../src/libs/vobj/vobj.pri)
|
||||||
|
|
||||||
# Add here path to new translation file with name "valentina_*_*.ts" if you want to add new language.
|
# Add here path to new translation file with name "valentina_*_*.ts" if you want to add new language.
|
||||||
# Same paths in variable INSTALL_TRANSLATIONS (app.pro).
|
# Same paths in variable INSTALL_TRANSLATIONS (app.pro).
|
||||||
|
|
|
@ -478,6 +478,7 @@ void VApplication::BeginLogging()
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
delete log;
|
delete log;
|
||||||
|
log = nullptr;
|
||||||
qCDebug(vApp) << "Error opening log file '" << LogPath() << "'. All debug output redirected to console.";
|
qCDebug(vApp) << "Error opening log file '" << LogPath() << "'. All debug output redirected to console.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user