openscad/scintilla.pri

11 lines
308 B
Plaintext
Raw Normal View History

scintilla {
HEADERS += src/scintillaeditor.h
SOURCES += src/scintillaeditor.cpp
DEFINES += USE_SCINTILLA_EDITOR
# The qscintilla2.prf which ships with QScintilla is broken for Mac/Windows
# debug builds, so we supply our own
win32|macx: include(qscintilla2.prf)
else: CONFIG += qscintilla2
}