Compare commits

..

1 Commits

Author SHA1 Message Date
23ba8a23a4 Fix multi-thread build crash 2018-10-21 15:37:15 +03:00

View File

@ -41,6 +41,9 @@ X2tConverter.depends = \
OdfFileWriterLib \
XlsFormatLib
# build the project sequentially as listed in SUBDIRS !
CONFIG += ordered
# for run in qt from this solution
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH
include(../../../Common/3dParty/icu/icu.pri)