summaryrefslogtreecommitdiffstats
path: root/examples/modeldata/modeldata.pro
blob: 7c302bd91d179efab032bc1fc3d1d35bf1edfc3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

QT       += core gui

TARGET = modeldata
TEMPLATE = app


SOURCES += main.cpp\
        tablewidget.cpp \
    customtablemodel.cpp

HEADERS  += tablewidget.h \
    customtablemodel.h