##// END OF EJS Templates
Removed _d for debug binaries, moved plugin to default location...
Removed _d for debug binaries, moved plugin to default location in /usr/lib(64)/SocExplorer/plugins and added /etc/SocExplorer/plugin.conf.d/ as lookup path.

File last commit:

r0:1aa783210b8e default
r65:7f2fbf718320 default
Show More
NicePyConsole.pro
25 lines | 563 B | text/idl | PrologLexer
TARGET = NicePyConsole
TEMPLATE = app
CONFIG += pythonqt
HEADERS += \
SimpleConsole.h \
NicePyConsole.h \
PygmentsHighlighter.h \
PythonCompleter.h \
PythonCompleterPopup.h
SOURCES += \
SimpleConsole.cpp \
NicePyConsole.cpp \
main.cpp \
PygmentsHighlighter.cpp \
PythonCompleter.cpp \
PythonCompleterPopup.cpp
OTHER_FILES += \
PygmentsHighlighter.py \
PythonCompleter.py \
module_completion.py