Refactor out the view into its own class and add autotest for it
[ambit.git] / autotests / view / view.pro
blob0141c3daf9fcfb0b85f3609610052f33cf049371
1 SOURCES = viewtest.cpp
2 CONFIG += qtestlib
3 CONFIG -= app_bundle
5 INCLUDEPATH += ../../src/
6 DEPENDPATH += ../../src/
8 SOURCES += view.cpp history.cpp iconview.cpp treeview.cpp columnview.cpp
9 HEADERS += view.h history.h iconview.h treeview.h columnview.h