summaryrefslogtreecommitdiffstats
path: root/examples/barmodelmapper/barmodelmapper.pro
blob: 91b8f367356904e6653a2cecb29a9e5f0e5ac3c9 (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 = barmodelmapper
TEMPLATE = app


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

HEADERS  += tablewidget.h \
    customtablemodel.h