##// END OF EJS Templates
added error handling for virtual method overloads, added more global functions (qsrand etc.), added support for exec_ etc (python keyword overlap resolution), change virtual method handling, this will require code regeneration (I will do that tomorrow)...
added error handling for virtual method overloads, added more global functions (qsrand etc.), added support for exec_ etc (python keyword overlap resolution), change virtual method handling, this will require code regeneration (I will do that tomorrow) git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@103 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r11:27e624e0d6f1
r67:57d78f859ef3
Show More
generator.pro
30 lines | 672 B | text/idl | PrologLexer
TARGET = pythonqt_generator
CONFIG -= debug
CONFIG += release
DESTDIR = .
include(generator.pri)
# Input
HEADERS += \
generatorsetqtscript.h \
metaqtscriptbuilder.h \
metaqtscript.h \
classgenerator.h \
shellgenerator.h \
shellimplgenerator.h \
shellheadergenerator.h \
setupgenerator.h \
docgenerator.h
SOURCES += \
generatorsetqtscript.cpp \
metaqtscriptbuilder.cpp \
metaqtscript.cpp \
classgenerator.cpp \
shellgenerator.cpp \
shellimplgenerator.cpp \
shellheadergenerator.cpp \
setupgenerator.cpp \
docgenerator.cpp