You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
676 B
C
26 lines
676 B
C
/******************************************************************************
|
|
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 <QtCore/QString>
|
|
#include <QtCore/QByteArray>
|
|
#include <QtCore/QList>
|
|
#include <QtGui/QImage>
|
|
#include <QtCore/QTime>
|
|
#include <QtGui/QPixmap>
|
|
#endif
|
|
|
|
#if defined(Q_OS_WIN) || defined(WIN32) || defined(WIN64)
|
|
#include <Windows.h>
|
|
#endif
|
|
|
|
#endif |