##// 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:

r10:21d959e02207
r206:316b4928f53f
Show More
CPPPyWrapperExample.pro
15 lines | 286 B | text/idl | PrologLexer
TARGET = CPPPyWrapperExample
TEMPLATE = app
mac:CONFIG -= app_bundle
DESTDIR = ../../lib
include ( ../../build/common.prf )
include ( ../../build/PythonQt.prf )
SOURCES += \
CPPPyWrapperExample.cpp
RESOURCES += CPPPyWrapperExample.qrc