mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-30 03:34: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 "qaglobalutils.h"
|
||||
#include <QtLogging>
|
||||
|
||||
#ifdef Q_OS_DARWIN
|
||||
#include <mach-o/dyld.h>
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include "windows.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user