summaryrefslogtreecommitdiffstats
path: root/tests/manual/candlesticktester/candlesticktester.pro
blob: fd927b6e0eb5f2081aa06adc885160a74d8ee233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!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