mirror of
https://github.com/QuasarApp/Qt-AES.git
synced 2025-04-26 05:34:33 +00:00
addded export symbols
This commit is contained in:
parent
6e94df14d5
commit
ffeda3b4a4
@ -10,7 +10,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
class Q_DECL_EXPORT QAESEncryption : public QObject
|
||||
class Qt_SECRETSHARED_EXPORT QAESEncryption : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
12
qtsecret_global.h
Normal file
12
qtsecret_global.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef QTSECRET_GLOBAL_H
|
||||
#define QTSECRET_GLOBAL_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#if defined(Qt_SECRET_LIBRARY)
|
||||
# define Qt_SECRETSHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define Qt_SECRETSHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // QTSECRET_GLOBAL_H
|
Loading…
x
Reference in New Issue
Block a user