mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Define QSCINTILLA_DLL for windows
This commit is contained in:
parent
a284c4e0d1
commit
32dfb8631d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user