##// 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
ezust
- Added CHANGELOG...
r2 CONFIG += debug
VPATH +=
INCLUDEPATH += . $$(PYTHONQT_ROOT)/src /usr/include/python2.5
ezust
Added an example QFileImportInterface which doesn't work yet!...
r7 SOURCES += CPPPyWrapperExample.cpp QFileImportInterface.cpp
HEADERS += QFileImportInterface.h
ezust
- Added CHANGELOG...
r2
LIBS += -L$$(PYTHONQT_ROOT)/lib -lPythonQt -lutil
RESOURCES += CPPPyWrapperExample.qrc