Define QSCINTILLA_DLL for windows

This commit is contained in:
Nathan Woodrow 2014-07-16 11:44:26 +10:00
parent a284c4e0d1
commit 32dfb8631d
2 changed files with 2 additions and 2 deletions

View File

@ -674,6 +674,7 @@ TARGET_LINK_LIBRARIES(qgis_gui
IF(WIN32)
ADD_DEFINITIONS(-DQWT_DLL)
ADD_DEFINITIONS(-DQSCINTILLA_DLL)
ENDIF(WIN32)
# install

View File

@ -16,12 +16,11 @@
#ifndef QGSCODEEDITOR_H
#define QGSCODEEDITOR_H
#define QSCINTILLA_DLL
#include <QString>
// qscintilla includes
#include <Qsci/qsciapis.h>
class QWidget;
/** \ingroup gui