##// END OF EJS Templates
added new tests to validate enums return values, enums passed in slots and enums in signals (enums in signals is not yet implemented and fails)...
added new tests to validate enums return values, enums passed in slots and enums in signals (enums in signals is not yet implemented and fails) git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@86 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r11:27e624e0d6f1
r50:ef758f9ae3a7
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