##// END OF EJS Templates
changed implementation to allow deriving python classes from PythonQt classes...
changed implementation to allow deriving python classes from PythonQt classes (it is still work in progress and is not very useful yet without having shell classes that reimplement the C++ virtual functions) git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@58 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r22:29d38290403f
Show More
com_trolltech_qt_sql.pri
32 lines | 1.5 KiB | text/plain | TextLexer
HEADERS += \
$$PWD/PythonQtWrapper_QSql.h \
$$PWD/PythonQtWrapper_QSqlDatabase.h \
$$PWD/PythonQtWrapper_QSqlDriver.h \
$$PWD/PythonQtWrapper_QSqlDriverCreatorBase.h \
$$PWD/PythonQtWrapper_QSqlError.h \
$$PWD/PythonQtWrapper_QSqlField.h \
$$PWD/PythonQtWrapper_QSqlIndex.h \
$$PWD/PythonQtWrapper_QSqlQuery.h \
$$PWD/PythonQtWrapper_QSqlQueryModel.h \
$$PWD/PythonQtWrapper_QSqlRecord.h \
$$PWD/PythonQtWrapper_QSqlRelation.h \
$$PWD/PythonQtWrapper_QSqlRelationalTableModel.h \
$$PWD/PythonQtWrapper_QSqlResult.h \
$$PWD/PythonQtWrapper_QSqlTableModel.h \
SOURCES += \
$$PWD/PythonQtWrapper_QSql.cpp \
$$PWD/PythonQtWrapper_QSqlDatabase.cpp \
$$PWD/PythonQtWrapper_QSqlDriver.cpp \
$$PWD/PythonQtWrapper_QSqlDriverCreatorBase.cpp \
$$PWD/PythonQtWrapper_QSqlError.cpp \
$$PWD/PythonQtWrapper_QSqlField.cpp \
$$PWD/PythonQtWrapper_QSqlIndex.cpp \
$$PWD/PythonQtWrapper_QSqlQuery.cpp \
$$PWD/PythonQtWrapper_QSqlQueryModel.cpp \
$$PWD/PythonQtWrapper_QSqlRecord.cpp \
$$PWD/PythonQtWrapper_QSqlRelation.cpp \
$$PWD/PythonQtWrapper_QSqlRelationalTableModel.cpp \
$$PWD/PythonQtWrapper_QSqlResult.cpp \
$$PWD/PythonQtWrapper_QSqlTableModel.cpp \
$$PWD/com_trolltech_qt_sql_init.cpp