##// END OF EJS Templates
changed so that paths are ignored when they startWith() an ignore path instead of matching the ignore path...
changed so that paths are ignored when they startWith() an ignore path instead of matching the ignore path git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@76 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r11:27e624e0d6f1
r40:054959ca17a1
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