##// END OF EJS Templates
fixed polymorphic id handler for QGraphicsItem...
fixed polymorphic id handler for QGraphicsItem git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@209 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r163:349fb638ffe0
r170:193dbb137eb2
Show More
src.pri
45 lines | 1.6 KiB | text/plain | TextLexer
ezust
reorganized SVN tree into branches, tags and trunk...
r0 DEFINES += PYTHONQT_EXPORTS
HEADERS += \
$$PWD/PythonQt.h \
$$PWD/PythonQtStdDecorators.h \
$$PWD/PythonQtClassInfo.h \
$$PWD/PythonQtImporter.h \
$$PWD/PythonQtObjectPtr.h \
$$PWD/PythonQtSlot.h \
florianlink
merged contributions from https://github.com/commontk/PythonQt/compare/svn-mirror...patched...
r163 $$PWD/PythonQtStdIn.h \
ezust
reorganized SVN tree into branches, tags and trunk...
r0 $$PWD/PythonQtStdOut.h \
$$PWD/PythonQtMisc.h \
$$PWD/PythonQtMethodInfo.h \
$$PWD/PythonQtImportFileInterface.h \
$$PWD/PythonQtConversion.h \
$$PWD/PythonQtSignalReceiver.h \
florianlink
code cleanup and rename of PythonQtWrapper to PythonQtInstanceWrapper and PythonQtMetaObjectWrapper to PythonQtClassWrapper, since these names match much better what these classes wrap, regarding that we are wrapping CPP objects as well...
r16 $$PWD/PythonQtInstanceWrapper.h \
$$PWD/PythonQtClassWrapper.h \
ezust
reorganized SVN tree into branches, tags and trunk...
r0 $$PWD/PythonQtCppWrapperFactory.h \
florianlink
- removed warnings...
r8 $$PWD/PythonQtQFileImporter.h \
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 $$PWD/PythonQtQFileImporter.h \
florianlink
updated to newly generated files...
r98 $$PWD/PythonQtVariants.h \
ezust
reorganized SVN tree into branches, tags and trunk...
r0 $$PWD/gui/PythonQtScriptingConsole.h \
florianlink
updated to newly generated files...
r98 $$PWD/PythonQtSystem.h
ezust
reorganized SVN tree into branches, tags and trunk...
r0
SOURCES += \
$$PWD/PythonQtStdDecorators.cpp \
$$PWD/PythonQt.cpp \
$$PWD/PythonQtClassInfo.cpp \
$$PWD/PythonQtImporter.cpp \
$$PWD/PythonQtObjectPtr.cpp \
florianlink
merged contributions from https://github.com/commontk/PythonQt/compare/svn-mirror...patched...
r163 $$PWD/PythonQtStdIn.cpp \
ezust
reorganized SVN tree into branches, tags and trunk...
r0 $$PWD/PythonQtStdOut.cpp \
$$PWD/PythonQtSlot.cpp \
$$PWD/PythonQtMisc.cpp \
$$PWD/PythonQtMethodInfo.cpp \
$$PWD/PythonQtConversion.cpp \
$$PWD/PythonQtSignalReceiver.cpp \
florianlink
code cleanup and rename of PythonQtWrapper to PythonQtInstanceWrapper and PythonQtMetaObjectWrapper to PythonQtClassWrapper, since these names match much better what these classes wrap, regarding that we are wrapping CPP objects as well...
r16 $$PWD/PythonQtInstanceWrapper.cpp \
$$PWD/PythonQtQFileImporter.cpp \
$$PWD/PythonQtClassWrapper.cpp \
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 $$PWD/gui/PythonQtScriptingConsole.cpp \
ezust
reorganized SVN tree into branches, tags and trunk...
r0
florianlink
updated to newly generated files...
r98 include($$PWD/../generated_cpp/com_trolltech_qt_core_builtin/com_trolltech_qt_core_builtin.pri)
include($$PWD/../generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin.pri)