b8b474068e
This component will let the developer access different parts of the QAbstractItemModel implementations that are impossible to be accessed from QML. i.e. columns!=0 and the tree branches. REVIEW: 106272
10 lines
301 B
CMake
10 lines
301 B
CMake
INCLUDE_DIRECTORIES(.. .)
|
|
|
|
kde4_add_unit_test(fullmodelaccesstest columnproxymodeltest.cpp ../columnproxymodel.cpp ../../krunnermodel/test/modeltest.cpp)
|
|
target_link_libraries(fullmodelaccesstest
|
|
${QT_QTCORE_LIBRARY}
|
|
${QT_QTGUI_LIBRARY}
|
|
${QT_QTTEST_LIBRARY}
|
|
${KDE4_KDECORE_LIBS}
|
|
)
|