mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-05-01 04:04:42 +00:00
There was added check os type for header include
This commit is contained in:
parent
5218f2094c
commit
d61ef581ce
@ -13,7 +13,10 @@
|
|||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include "qaglobalutils.h"
|
#include "qaglobalutils.h"
|
||||||
#include <QtLogging>
|
#include <QtLogging>
|
||||||
|
|
||||||
|
#ifdef Q_OS_DARWIN
|
||||||
#include <mach-o/dyld.h>
|
#include <mach-o/dyld.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
#include "windows.h"
|
#include "windows.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user