编译参数加上-qconfig qpe后就会出错(qconfigqpe.h从qtopia-free-2.1./src/qt里拷过来的)
报错
table/qtable.cpp: In member function `void QTable::selectRow(int)':
table/qtable.cpp:3575: error: `QDataTable' undeclared (first use this function)
table/qtable.cpp:3575: error: (Each undeclared identifier is reported only once
for each function it appears in.)
table/qtable.cpp:3575: error: parse error before `>' token
table/qtable.cpp:7303:22: qtable.moc: No such file or directory
想了好多办法都还是没解决.
我include文件下是有qdatatable.h文件的,也有QDataTable类,qtable文件也引用了这头文件的,什么问题呢?
[ 此贴被XChinux在2006-04-21 15:58重新编辑 ]