##// END OF EJS Templates
moved setupSharedLibrarySuffixes() to a place where PythonQt::self() is initialized...
moved setupSharedLibrarySuffixes() to a place where PythonQt::self() is initialized git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@235 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r93:7b53f64eae84
r194:8882cfa60c6b
Show More
generator.pro
26 lines | 564 B | text/idl | PrologLexer
TARGET = pythonqt_generator
CONFIG -= debug
CONFIG += release
DESTDIR = .
include(generator.pri)
# Input
HEADERS += \
generatorsetqtscript.h \
metaqtscriptbuilder.h \
metaqtscript.h \
shellgenerator.h \
shellimplgenerator.h \
shellheadergenerator.h \
setupgenerator.h
SOURCES += \
generatorsetqtscript.cpp \
metaqtscriptbuilder.cpp \
metaqtscript.cpp \
shellgenerator.cpp \
shellimplgenerator.cpp \
shellheadergenerator.cpp \
setupgenerator.cpp