##// END OF EJS Templates
Added an example QFileImportInterface which doesn't work yet!...
Added an example QFileImportInterface which doesn't work yet! git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@42 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r7:404e8f96a20b
r7:404e8f96a20b
Show More
CPPPyWrapperExample.pro
11 lines | 274 B | text/idl | PrologLexer
CONFIG += debug
VPATH +=
INCLUDEPATH += . $$(PYTHONQT_ROOT)/src /usr/include/python2.5
SOURCES += CPPPyWrapperExample.cpp QFileImportInterface.cpp
HEADERS += QFileImportInterface.h
LIBS += -L$$(PYTHONQT_ROOT)/lib -lPythonQt -lutil
RESOURCES += CPPPyWrapperExample.qrc