comparison: ldforge.pro
ldforge.pro
- changeset 27
- 2ba799d294bc
- parent 25
- c74bb88f537d
- child 29
- 55406ce7446e
equal
deleted
inserted
replaced
9 OBJECTS_DIR = build/ |
9 OBJECTS_DIR = build/ |
10 |
10 |
11 # Input |
11 # Input |
12 HEADERS += bbox.h \ |
12 HEADERS += bbox.h \ |
13 common.h \ |
13 common.h \ |
14 draw.h \ |
14 gldraw.h \ |
15 gui.h \ |
15 gui.h \ |
16 io.h \ |
16 file.h \ |
17 ldtypes.h \ |
17 ldtypes.h \ |
18 misc.h \ |
18 misc.h \ |
19 str.h \ |
19 str.h \ |
20 config.h \ |
20 config.h \ |
21 cfgdef.h \ |
21 cfgdef.h \ |
22 zz_setContentsDialog.h |
22 zz_setContentsDialog.h |
23 |
23 |
24 SOURCES += bbox.cpp \ |
24 SOURCES += bbox.cpp \ |
25 draw.cpp \ |
25 gldraw.cpp \ |
26 gui.cpp \ |
26 gui.cpp \ |
27 io.cpp \ |
27 file.cpp \ |
28 ldtypes.cpp \ |
28 ldtypes.cpp \ |
29 main.cpp \ |
29 main.cpp \ |
30 misc.cpp \ |
30 misc.cpp \ |
31 str.cpp \ |
31 str.cpp \ |
32 config.cpp \ |
32 config.cpp \ |