##// END OF EJS Templates
Added lost SocExplorerPlot wrapper and win32 libelf binary.
Added lost SocExplorerPlot wrapper and win32 libelf binary.

File last commit:

r0:1aa783210b8e default
r7:1abdb58baffd default
Show More
NicePyConsole.pro
25 lines | 563 B | text/idl | PrologLexer
Jeandet Alexis
First init of SocExplorer Repository.
r0 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