[win-nix] check file existance moved to thread

This commit is contained in:
Maxim Kadushkin
2016-12-01 13:59:53 +03:00
parent 1a83da1b24
commit 6bb292edaa
5 changed files with 92 additions and 33 deletions

View File

@ -37,7 +37,8 @@ HEADERS += \
$$PWD/src/chelp.h \
$$PWD/src/cmainpanel.h \
$$PWD/src/csplash.h \
$$PWD/src/cmessage.h
$$PWD/src/cmessage.h \
$$PWD/src/cfilechecker.h
# src/ctabbar_p.h \
# src/ctabstyle.h \
# src/ctabstyle_p.h
@ -57,7 +58,8 @@ SOURCES += \
$$PWD/src/cstyletweaks.cpp \
$$PWD/src/chelp.cpp \
$$PWD/src/cmainpanel.cpp \
$$PWD/src/cmessage.cpp
$$PWD/src/cmessage.cpp \
$$PWD/src/cfilechecker.cpp
# src/ctabstyle.cpp
# src/casclabel.cpp