-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathoccurity.pro
executable file
·54 lines (50 loc) · 1.41 KB
/
occurity.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
TEMPLATE = app
TARGET = Occurity
DEPENDPATH += .
INCLUDEPATH += .
QT += widgets xml svg multimediawidgets multimedia network
CONFIG += release
TRANSLATIONS = occurity_da_DK.ts
QMAKE_CXXFLAGS += -std=c++11
include(./VERSION)
DEFINES+=VERSION=\\\"$$VERSION\\\"
# Input
HEADERS += src/mainwindow.h \
src/videoplayer.h \
src/pindialog.h \
src/preferences.h \
src/mainsettings.h \
src/about.h \
src/slider.h \
src/combobox.h \
src/checkbox.h \
src/abstractchart.h \
src/svgchart.h \
src/optotypechart.h \
src/optotyperow.h \
src/optosymbol.h \
src/touchcontrolitem.h \
src/touchcontrols.h \
src/jobrunner.h \
src/messagebox.h
SOURCES += src/main.cpp \
src/mainwindow.cpp \
src/videoplayer.cpp \
src/pindialog.cpp \
src/preferences.cpp \
src/about.cpp \
src/slider.cpp \
src/combobox.cpp \
src/checkbox.cpp \
src/abstractchart.cpp \
src/svgchart.cpp \
src/optotypechart.cpp \
src/optotyperow.cpp \
src/optosymbol.cpp \
src/touchcontrolitem.cpp \
src/touchcontrols.cpp \
src/jobrunner.cpp \
src/messagebox.cpp
RESOURCES += occurity.qrc
RC_FILE = occurity.rc
ICON = icon.icns