forked from qt-creator/qt-creator
Valgrind: Fix declspec
Change-Id: I4472a34d7ffc747ea4424ce9caa863829fd69f63 Reviewed-on: http://codereview.qt.nokia.com/1075 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#include <QtCore/qglobal.h>
|
#include <QtCore/qglobal.h>
|
||||||
|
|
||||||
#if defined(VALGRINDTOOLBASE_LIBRARY)
|
#if defined(VALGRIND_LIBRARY)
|
||||||
# define VALGRINDTOOLBASE_EXPORT Q_DECL_EXPORT
|
# define VALGRINDTOOLBASE_EXPORT Q_DECL_EXPORT
|
||||||
#else
|
#else
|
||||||
# define VALGRINDTOOLBASE_EXPORT Q_DECL_IMPORT
|
# define VALGRINDTOOLBASE_EXPORT Q_DECL_IMPORT
|
||||||
|
|||||||
Reference in New Issue
Block a user