##// END OF EJS Templates
Start Python 3.x Port...
Start Python 3.x Port The main python interpreter works, BUT: Many tests still fail, Qt integration is broken

File last commit:

r205:706df4355685
r206:316b4928f53f
Show More
NicePyConsole.pro
35 lines | 761 B | text/idl | PrologLexer
Orochimarufan
Redo CMake build system, get Qt5 support...
r205 TARGET = NicePyConsole
TEMPLATE = app
DESTDIR = ../../lib
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
mac:CONFIG-= app_bundle
include ( ../../build/common.prf )
include ( ../../build/PythonQt.prf )
include ( ../../build/PythonQt_QtAll.prf )
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