-
Notifications
You must be signed in to change notification settings - Fork 1
/
WIP.pro
48 lines (39 loc) · 897 Bytes
/
WIP.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = WeightTracker
TEMPLATE = app
INCLUDEPATH += "D:/Dev/dlib-18.12/"
SOURCES += \
main.cpp \
weightdatamanager.cpp \
wtwidget.cpp \
weighttablemodel.cpp \
weightdataanalyzer.cpp \
adddatadialog.cpp \
mainwindow.cpp \
weighttablemodelio.cpp \
undocommands.cpp \
qcustomplot.cpp \
weightdataprovider.cpp \
weightplotmanager.cpp \
ticks.cpp
HEADERS += \
weightdatamanager.h \
datapoint.h \
wtwidget.h \
weighttablemodel.h \
weightdataanalyzer.h \
adddatadialog.h \
mainwindow.h \
weighttablemodelio.h \
undocommands.h \
qcustomplot.h \
weightdataprovider.h \
weightplotmanager.h \
common.h \
ticks.h
CONFIG += c++11
FORMS += \
wtwidget.ui \
adddatadialog.ui
RESOURCES = weighttracker.qrc