Static build has been fixed

This commit is contained in:
Arin Alexander
2017-06-14 12:07:02 +03:00
parent ab7394eacf
commit 6a42e0c46c
5 changed files with 8 additions and 7 deletions

View File

@@ -66,6 +66,7 @@ ReportEnginePrivate::ReportEnginePrivate(QObject *parent) :
m_fileWatcher( new QFileSystemWatcher( this ) )
{
#ifdef HAVE_STATIC_BUILD
initResources();
initReportItems();
initObjectInspectorProperties();
initSerializators();