summaryrefslogtreecommitdiffstats
path: root/examples/logaxis/logaxis.pro
blob: 068f5a6013038d9ee2113fee8fb468a4eca0c0c6 (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 = logaxis
TEMPLATE = app


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

HEADERS  += tablewidget.h \
    customtablemodel.h