qbolt/qbolt/qbolt_cgo.h

11 lines
191 B
C
Raw Permalink Normal View History

2017-05-21 02:33:46 +00:00
#ifndef QBOLT_CGO_H
#define QBOLT_CGO_H
#if defined(Q_OS_WIN) || defined(CGO_WINDOWS)
#include "../build/win32/qbolt.h"
#else
#include "../build/linux/qbolt.h"
#endif
#endif // QBOLT_CGO_H