aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/keiluv/keiluv.pro
blob: d260adea1c12258a85235edd62899221355b914c (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
include(../../plugins.pri)
include(../../../shared/json/json.pri)

TARGET = keiluvgenerator

QT = core

# Plugin file.

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

# Common files.

HEADERS += \
    $$PWD/keiluvfilesgroupspropertygroup.h \
    $$PWD/keiluvgenerator.h \
    $$PWD/keiluvproject.h \
    $$PWD/keiluvprojectwriter.h \
    $$PWD/keiluvutils.h \
    $$PWD/keiluvversioninfo.h \
    $$PWD/keiluvworkspace.h \
    $$PWD/keiluvworkspacewriter.h

SOURCES += \
    $$PWD/keiluvfilesgroupspropertygroup.cpp \
    $$PWD/keiluvgenerator.cpp \
    $$PWD/keiluvproject.cpp \
    $$PWD/keiluvprojectwriter.cpp \
    $$PWD/keiluvutils.cpp \
    $$PWD/keiluvversioninfo.cpp \
    $$PWD/keiluvworkspace.cpp \
    $$PWD/keiluvworkspacewriter.cpp

# For MCS51 architecture.

HEADERS += \
    $$PWD/archs/mcs51/mcs51buildtargetgroup_v5.h \
    $$PWD/archs/mcs51/mcs51commonpropertygroup_v5.h \
    $$PWD/archs/mcs51/mcs51debugoptiongroup_v5.h \
    $$PWD/archs/mcs51/mcs51dlloptiongroup_v5.h \
    $$PWD/archs/mcs51/mcs51targetassemblergroup_v5.h \
    $$PWD/archs/mcs51/mcs51targetcommonoptionsgroup_v5.h \
    $$PWD/archs/mcs51/mcs51targetcompilergroup_v5.h \
    $$PWD/archs/mcs51/mcs51targetgroup_v5.h \
    $$PWD/archs/mcs51/mcs51targetlinkergroup_v5.h \
    $$PWD/archs/mcs51/mcs51targetmiscgroup_v5.h \
    $$PWD/archs/mcs51/mcs51utilitiesgroup_v5.h \
    $$PWD/archs/mcs51/mcs51utils.h

SOURCES += \
    $$PWD/archs/mcs51/mcs51buildtargetgroup_v5.cpp \
    $$PWD/archs/mcs51/mcs51commonpropertygroup_v5.cpp \
    $$PWD/archs/mcs51/mcs51debugoptiongroup_v5.cpp \
    $$PWD/archs/mcs51/mcs51dlloptiongroup_v5.cpp \
    $$PWD/archs/mcs51/mcs51targetassemblergroup_v5.cpp \
    $$PWD/archs/mcs51/mcs51targetcommonoptionsgroup_v5.cpp \
    $$PWD/archs/mcs51/mcs51targetcompilergroup_v5.cpp \
    $$PWD/archs/mcs51/mcs51targetgroup_v5.cpp \
    $$PWD/archs/mcs51/mcs51targetlinkergroup_v5.cpp \
    $$PWD/archs/mcs51/mcs51targetmiscgroup_v5.cpp \
    $$PWD/archs/mcs51/mcs51utilitiesgroup_v5.cpp \
    $$PWD/archs/mcs51/mcs51utils.cpp