-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEasyTimeTracker.pro
103 lines (93 loc) · 2.81 KB
/
EasyTimeTracker.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#-------------------------------------------------
#
# Project created by QtCreator 2013-01-22T18:47:11
#
#-------------------------------------------------
QT += core xml widgets printsupport
#QT += webkit webkitwidgets
# multimediawidgets multimedia
TARGET = EasyTimeTracker
TEMPLATE = app
RC_FILE = ett.rc
#Uncomment following 4 lines to activate unit tests
#CONFIG += qtestlib
#DEFINES += UNIT_TEST_MODE=1
#SOURCES += UnitTest/testeasytimetracker.cpp
#HEADERS += UnitTest/testeasytimetracker.h
DEFINES += PRINT_DEBUG=1
# Boost
INCLUDEPATH += C:\BackupHD\Development\Qt\Development\boost_1_55_0
LIBS += -LC:\BackupHD\Development\Qt\Development\boost_1_55_0\stage\lib
#OpenGL
#INCLUDEPATH += C:/Qt/Qt5.2-mingw/5.2.0/mingw48_32/mkspecs/common/ios
QMAKE_CXXFLAGS += -std=c++0x -pthread
# For static linking
QMAKE_LFLAGS = -static-libgcc -static-libstdc++ -static
CONFIG += static
LIBS += -pthread
SOURCES += main.cpp\
mainwindow.cpp \
timetrackingmodel.cpp \
timetrackingsettings.cpp \
debug.cpp \
iofileaccesses.cpp \
iiofileaccesses.cpp \
misc.cpp \
timetrackingwindow.cpp \
itimetrackingwindow.cpp \
observersubject.cpp \
iobserver.cpp \
Preferences/preferencesdialog.cpp \
Preferences/tablemodeladapter.cpp \
Preferences/combodelegate.cpp \
Settings/iiosettings.cpp \
Settings/iosettings.cpp \
TimeTrackingAction/timetrackingaction.cpp \
tableviewmodel.cpp \
tableviewdelegate.cpp \
tablemodel.cpp \
Preferences/tablemodelpreferences.cpp \
PDFCreator/pdfcreator.cpp \
Pause/pausedialog.cpp \
DialogTimeFollower/dialogtimefollower.cpp \
DialogAbout/dialogabout.cpp \
Promoted/clickablelabel.cpp \
Misc/clickableimage.cpp \
Misc/disconnecttemporarily.cpp
HEADERS += mainwindow.h \
timetrackingmodel.h \
ttexceptions.h \
debug.h \
timetrackingsettings.h \
misc.h \
iofileaccesses.h \
iiofileaccesses.h \
iconnection.h \
timetrackingwindow.h \
itimetrackingwindow.h \
observersubject.h \
iobserver.h \
Preferences/preferencesdialog.h \
Preferences/tablemodeladapter.h \
Preferences/combodelegate.h \
Settings/iosettings.h \
Settings/iiosettings.h \
TimeTrackingAction/timetrackingaction.h \
tableviewmodel.h \
tableviewdelegate.h \
tablemodel.h \
Preferences/tablemodelpreferences.h \
PDFCreator/pdfcreator.h \
Pause/pausedialog.h \
DialogTimeFollower/dialogtimefollower.h \
DialogAbout/dialogabout.h \
Promoted/clickablelabel.h \
Misc/dynamicfields.h \
Misc/clickableimage.h \
Misc/disconnecttemporarily.h
FORMS += mainwindow.ui \
Preferences/preferencesdialog.ui \
Pause/pausedialog.ui \
DialogTimeFollower/dialogtimefollower.ui \
DialogAbout/dialogabout.ui
RESOURCES = EasyTimeTracker.qrc