Menu

[1f2bc6]: / asterixInspector.pro  Maximize  Restore  History

Download this file

76 lines (66 with data), 1.9 kB

 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
#-------------------------------------------------
#
# Project created by QtCreator 2010-10-24T17:35:52
#
#-------------------------------------------------
QT += widgets gui xml network
QMAKE_CXXFLAGS += -std=c++11
TARGET = asterixInspector
TEMPLATE = app
SOURCES += main.cpp\
mainWindow.cpp \
asterix.cpp \
asterixFileMapper.cpp \
asterixModel.cpp \
asterixReportGenerator.cpp \
hexedit.cpp \
global.cpp \
uap.cpp \
dataItemWidget.cpp \
recordWidget.cpp \
scale_expression.bison.cpp \
scale_expression.flex.cpp \
scaleExpressionParser.cpp \
specificationSelectDialog.cpp \
logger.cpp \
exportDialog.cpp
HEADERS += mainWindow.h \
asterix.h \
asterixFileMapper.h \
asterixModel.h \
asterixReportGenerator.h \
fileFormat.h \
hexedit.h \
global.h \
uap.h \
dataItemWidget.h \
recordWidget.h \
scale_expression.bison.h \
scale_expression.flex.h \
scaleExpressionParser.h \
specificationSelectDialog.h \
logger.h \
bit.h \
exportDialog.h
FORMS += mainWindow.ui \
specificationSelectDialog.ui \
exportDialog.ui
RESOURCES += \
resources.qrc
OTHER_FILES += \
dataItem.css \
asterixSpecification/cat8.xml \
asterixSpecification/cat1_v1.1.xml \
asterixSpecification/cat2_v1.0.xml \
asterixSpecification/cat4_v1.4.xml \
asterixSpecification/cat7_v1.5.xml \
asterixSpecification/cat10_v1.1.xml \
asterixSpecification/cat11_v1.2.xml \
asterixSpecification/cat20_v1.8.xml \
asterixSpecification/cat21_v2.1.xml \
asterixSpecification/cat23_v1.2.xml \
asterixSpecification/cat34_v1.27.xml \
asterixSpecification/cat48_v1.20.xml \
asterixSpecification/cat62_v1.12.xml \
asterixSpecification/cat63_v1.3.xml \
asterixSpecification/cat64_v1.3.xml