Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 1.2.90
-
None
-
901239e1ea0b06c50f002d3f2d569a4367a0e4ec
Description
Hello, I have create the projet with name: catchcopy-api
It have create project from template:
#ifndef CATCHCOPYAPI_GLOBAL_H
#define CATCHCOPYAPI_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(CATCHCOPY-API_LIBRARY)
- define CATCHCOPY-APISHARED_EXPORT Q_DECL_EXPORT
#else - define CATCHCOPY-APISHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // CATCHCOPYAPI_GLOBAL_H
It bug due to -.
Thanks to fix it.