Skip to content
Permalink
Browse files
Define QSCINTILLA_DLL for windows
  • Loading branch information
NathanW2 committed Jul 16, 2014
1 parent a284c4e commit 32dfb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -674,6 +674,7 @@ TARGET_LINK_LIBRARIES(qgis_gui

IF(WIN32)
ADD_DEFINITIONS(-DQWT_DLL)
ADD_DEFINITIONS(-DQSCINTILLA_DLL)
ENDIF(WIN32)

# install
@@ -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

0 comments on commit 32dfb86

Please sign in to comment.