mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-09 20:01:10 -08:00
for MinGW: change "Q_OS_WIN" to "Q_CC_MSVC" (otherwise MinGW won't link plugins)
This commit is contained in:
parent
e7cf3bf519
commit
a8bf141f8a
22 changed files with 22 additions and 22 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <QQuickPaintedItem>
|
||||
#include <eql_fun.h>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#ifdef Q_CC_MSVC
|
||||
#define LIB_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define LIB_EXPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue