14 changed files with 65 additions and 59 deletions
@ -1,12 +0,0 @@ |
|||||
#ifndef SAMPLECORE_GLOBAL_H |
|
||||
#define SAMPLECORE_GLOBAL_H |
|
||||
|
|
||||
#include <QtCore/qglobal.h> |
|
||||
|
|
||||
#if defined(SAMPLECORE_LIBRARY) |
|
||||
# define SAMPLECORESHARED_EXPORT Q_DECL_EXPORT |
|
||||
#else |
|
||||
# define SAMPLECORESHARED_EXPORT Q_DECL_IMPORT |
|
||||
#endif |
|
||||
|
|
||||
#endif // SAMPLECORE_GLOBAL_H
|
|
@ -1,11 +1,12 @@ |
|||||
#ifndef BUILDDUMMY_H |
#ifndef BUILDDUMMY_H |
||||
#define BUILDDUMMY_H |
#define BUILDDUMMY_H |
||||
|
|
||||
|
#include "qtmvvmquick_global.h" |
||||
|
|
||||
class builddummy |
class Q_MVVMQUICK_EXPORT builddummy |
||||
{ |
{ |
||||
public: |
public: |
||||
builddummy(); |
builddummy(); |
||||
}; |
}; |
||||
|
|
||||
#endif // BUILDDUMMY_H
|
#endif // BUILDDUMMY_H
|
||||
|
@ -1,11 +1,12 @@ |
|||||
#ifndef BUILDDUMMY_H |
#ifndef BUILDDUMMY_H |
||||
#define BUILDDUMMY_H |
#define BUILDDUMMY_H |
||||
|
|
||||
|
#include "qtmvvmwidgets_global.h" |
||||
|
|
||||
class builddummy |
class Q_MVVMWIDGETS_EXPORT builddummy |
||||
{ |
{ |
||||
public: |
public: |
||||
builddummy(); |
builddummy(); |
||||
}; |
}; |
||||
|
|
||||
#endif // BUILDDUMMY_H
|
#endif // BUILDDUMMY_H
|
||||
|
Loading…
Reference in new issue