This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathScET.pri
executable file
·60 lines (58 loc) · 1.74 KB
/
ScET.pri
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
HEADERS += Colors.h \
Errors.h \
FileManager.h \
Version.h \
Tracer/APDUSplitter.h \
Tracer/APDUCommand.h \
Tracer/SIMTraceUSB.h \
Windows/MainWindow.h \
Widgets/Buttons/TitleBarButton.h \
ApplicationLayerDelegate.h \
Widgets/AboutDialog.h \
UpdateManager.h \
Windows/FramelessMainWindow.h \
Tracer/Tracer.h \
Tracer/TracerManager.h \
Widgets/Segment.h \
Widgets/SegmentedControl.h \
Widgets/Buttons/ToolBarButton.h \
FontSizes.h \
Windows/RemembersStateMainWindow.h
SOURCES += ApplicationLayerDelegate.cpp \
Errors.cpp \
FileManager.cpp \
main.cpp \
Tracer/APDUCommand.cpp \
Tracer/APDUSplitter.cpp \
Tracer/Tracer.cpp \
Tracer/TracerManager.cpp \
Widgets/Segment.cpp \
Widgets/SegmentedControl.cpp \
Widgets/Buttons/ToolBarButton.cpp \
Widgets/Buttons/TitleBarButton.cpp \
Windows/MainWindow.cpp \
Windows/RemembersStateMainWindow.cpp
FORMS += Widgets/AboutDialog.ui \
Windows/MainWindow.ui
TRANSLATIONS += Resources/Localisation/scet_es.ts \
Resources/Localisation/scet_fr.ts
RESOURCES += Resources/ScET.qrc
win32 {
SOURCES += Colors.cpp \
Windows/FramelessMainWindow.cpp \
Widgets/AboutDialog.cpp \
singleapplication.cpp \
singleapplication_p.cpp \
UpdateManager.cpp
HEADERS += singleapplication.h
}
mac {
OBJECTIVE_SOURCES += Colors.mm \
Windows/FramelessMainWindow.mm \
Widgets/AboutDialog.mm \
CocoaInitializer.mm \
UpdateManager.mm
HEADERS += OpenFileApplication.h \
CocoaInitializer.h
SOURCES += OpenFileApplication.cpp
}