aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/iarew/iarew.pro
blob: d931f365f66b857d265a6079c8cd32ab523e4f83 (plain)
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
104
105
106
107
108
109
110
111
112
113
114
115
include(../../plugins.pri)
include(../../../shared/json/json.pri)

TARGET = iarewgenerator

QT = core

# Plugin file.

SOURCES += \
    $$PWD/iarewgeneratorplugin.cpp \

# Common files.

HEADERS += \
    $$PWD/iarewfileversionproperty.h \
    $$PWD/iarewgenerator.h \
    $$PWD/iarewoptionpropertygroup.h \
    $$PWD/iarewproject.h \
    $$PWD/iarewprojectwriter.h \
    $$PWD/iarewsettingspropertygroup.h \
    $$PWD/iarewsourcefilepropertygroup.h \
    $$PWD/iarewsourcefilespropertygroup.h \
    $$PWD/iarewtoolchainpropertygroup.h \
    $$PWD/iarewutils.h \
    $$PWD/iarewversioninfo.h \
    $$PWD/iarewworkspace.h \
    $$PWD/iarewworkspacewriter.h

SOURCES += \
    $$PWD/iarewfileversionproperty.cpp \
    $$PWD/iarewgenerator.cpp \
    $$PWD/iarewoptionpropertygroup.cpp \
    $$PWD/iarewproject.cpp \
    $$PWD/iarewprojectwriter.cpp \
    $$PWD/iarewsettingspropertygroup.cpp \
    $$PWD/iarewsourcefilepropertygroup.cpp \
    $$PWD/iarewsourcefilespropertygroup.cpp \
    $$PWD/iarewtoolchainpropertygroup.cpp \
    $$PWD/iarewutils.cpp \
    $$PWD/iarewversioninfo.cpp \
    $$PWD/iarewworkspace.cpp \
    $$PWD/iarewworkspacewriter.cpp

# For ARM architecture.

HEADERS += \
    $$PWD/archs/arm/armarchiversettingsgroup_v8.h \
    $$PWD/archs/arm/armassemblersettingsgroup_v8.h \
    $$PWD/archs/arm/armbuildconfigurationgroup_v8.h \
    $$PWD/archs/arm/armcompilersettingsgroup_v8.h \
    $$PWD/archs/arm/armgeneralsettingsgroup_v8.h \
    $$PWD/archs/arm/armlinkersettingsgroup_v8.h

SOURCES += \
    $$PWD/archs/arm/armarchiversettingsgroup_v8.cpp \
    $$PWD/archs/arm/armassemblersettingsgroup_v8.cpp \
    $$PWD/archs/arm/armbuildconfigurationgroup_v8.cpp \
    $$PWD/archs/arm/armcompilersettingsgroup_v8.cpp \
    $$PWD/archs/arm/armgeneralsettingsgroup_v8.cpp \
    $$PWD/archs/arm/armlinkersettingsgroup_v8.cpp

# For AVR architecture.

HEADERS += \
    $$PWD/archs/avr/avrarchiversettingsgroup_v7.h \
    $$PWD/archs/avr/avrassemblersettingsgroup_v7.h \
    $$PWD/archs/avr/avrbuildconfigurationgroup_v7.h \
    $$PWD/archs/avr/avrcompilersettingsgroup_v7.h \
    $$PWD/archs/avr/avrgeneralsettingsgroup_v7.h \
    $$PWD/archs/avr/avrlinkersettingsgroup_v7.h

SOURCES += \
    $$PWD/archs/avr/avrarchiversettingsgroup_v7.cpp \
    $$PWD/archs/avr/avrassemblersettingsgroup_v7.cpp \
    $$PWD/archs/avr/avrbuildconfigurationgroup_v7.cpp \
    $$PWD/archs/avr/avrcompilersettingsgroup_v7.cpp \
    $$PWD/archs/avr/avrgeneralsettingsgroup_v7.cpp \
    $$PWD/archs/avr/avrlinkersettingsgroup_v7.cpp

# For MCS51 architecture.

HEADERS += \
    $$PWD/archs/mcs51/mcs51archiversettingsgroup_v10.h \
    $$PWD/archs/mcs51/mcs51assemblersettingsgroup_v10.h \
    $$PWD/archs/mcs51/mcs51buildconfigurationgroup_v10.h \
    $$PWD/archs/mcs51/mcs51compilersettingsgroup_v10.h \
    $$PWD/archs/mcs51/mcs51generalsettingsgroup_v10.h \
    $$PWD/archs/mcs51/mcs51linkersettingsgroup_v10.h

SOURCES += \
    $$PWD/archs/mcs51/mcs51archiversettingsgroup_v10.cpp \
    $$PWD/archs/mcs51/mcs51assemblersettingsgroup_v10.cpp \
    $$PWD/archs/mcs51/mcs51buildconfigurationgroup_v10.cpp \
    $$PWD/archs/mcs51/mcs51compilersettingsgroup_v10.cpp \
    $$PWD/archs/mcs51/mcs51generalsettingsgroup_v10.cpp \
    $$PWD/archs/mcs51/mcs51linkersettingsgroup_v10.cpp

# For STM8 architecture.

HEADERS += \
    $$PWD/archs/stm8/stm8archiversettingsgroup_v3.h \
    $$PWD/archs/stm8/stm8assemblersettingsgroup_v3.h \
    $$PWD/archs/stm8/stm8buildconfigurationgroup_v3.h \
    $$PWD/archs/stm8/stm8compilersettingsgroup_v3.h \
    $$PWD/archs/stm8/stm8generalsettingsgroup_v3.h \
    $$PWD/archs/stm8/stm8linkersettingsgroup_v3.h

SOURCES += \
    $$PWD/archs/stm8/stm8archiversettingsgroup_v3.cpp \
    $$PWD/archs/stm8/stm8assemblersettingsgroup_v3.cpp \
    $$PWD/archs/stm8/stm8buildconfigurationgroup_v3.cpp \
    $$PWD/archs/stm8/stm8compilersettingsgroup_v3.cpp \
    $$PWD/archs/stm8/stm8generalsettingsgroup_v3.cpp \
    $$PWD/archs/stm8/stm8linkersettingsgroup_v3.cpp