/****************************************************************************** Copyright(C):2015~2018 hzleaper FileName:sysInclude.h Author:zhikun wu Email:zk.wu@hzleaper.com Tools:vs2010 pc on company Created:2015/04/08 History:8:4:2015 13:36 *******************************************************************************/ #ifndef __SYS_INCLUDE_H_20150408 #define __SYS_INCLUDE_H_20150408 #ifdef QT_CORE_LIB #include #include #include #include #include #include #endif #if defined(Q_OS_WIN) || defined(WIN32) || defined(WIN64) #include #endif #endif