Qzint , need change pro from lib to subfolder, config +=ordered, to add

zint as subproyect
This commit is contained in:
newsages
2016-03-21 00:49:04 +01:00
parent 2119a0bb6e
commit 9797b30d0a
58 changed files with 45157 additions and 29 deletions

View File

@@ -0,0 +1,12 @@
#ifndef QZINT_GLOBAL_H
#define QZINT_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(QZINT_LIBRARY)
# define QZINTSHARED_EXPORT Q_DECL_EXPORT
#else
# define QZINTSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // QZINT_GLOBAL_H