Make sure that QtCore is available before using Qt macros.

This commit is contained in:
Luis Ángel San Martín 2018-09-19 11:46:52 +02:00
parent 966556fd87
commit 828ef46fc6

View File

@ -1,4 +1,5 @@
#ifdef Q_OS_UNIX
#include <QtCore>
#ifndef Q_OS_WIN
#include "libp7zip/CPP/Common/MyInitGuid.h"
#endif