##// END OF EJS Templates
added initial support for public member variable access via getters/setters...
added initial support for public member variable access via getters/setters git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@150 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r98:1b02382a556d
r113:ab319fdfc38d
Show More
src.pri
43 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 \
$$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 \
$$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)