##// END OF EJS Templates
fixed builtin package name...
fixed builtin package name git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@130 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r94:f55700c8b936
Show More
com_trolltech_qt_sql.pri
32 lines | 1.5 KiB | text/plain | TextLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 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