##// END OF EJS Templates
fixed enum handling for static methods calls and added correct support for decorated enum detection...
fixed enum handling for static methods calls and added correct support for decorated enum detection git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@77 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r11:27e624e0d6f1
r41:189c3eb0464d
Show More
generator.pro
30 lines | 672 B | text/idl | PrologLexer
florianlink
- removed phonon temporarily...
r11 TARGET = pythonqt_generator
CONFIG -= debug
CONFIG += release
DESTDIR = .
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 include(generator.pri)
florianlink
- removed phonon temporarily...
r11
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 # 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