blob: fd927b6e0eb5f2081aa06adc885160a74d8ee233 [file] [log] [blame]
!include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += widgets
SOURCES += main.cpp \
mainwidget.cpp \
customtablemodel.cpp
HEADERS += \
mainwidget.h \
customtablemodel.h