Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
1 change: 1 addition & 0 deletions src/gui/CMakeLists.txt
Expand Up @@ -674,6 +674,7 @@ TARGET_LINK_LIBRARIES(qgis_gui

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

# install
Expand Down
3 changes: 1 addition & 2 deletions src/gui/qgscodeeditor.h
Expand Up @@ -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
Expand Down

0 comments on commit 32dfb86

Please sign in to comment.