comparison: ldforge.pro
ldforge.pro
- changeset 165
- 88a03c1a52d9
- parent 158
- 499286fcbf37
- child 168
- 96691a009dff
equal
deleted
inserted
replaced
13 # Input |
13 # Input |
14 HEADERS += bbox.h \ |
14 HEADERS += bbox.h \ |
15 colors.h \ |
15 colors.h \ |
16 common.h \ |
16 common.h \ |
17 config.h \ |
17 config.h \ |
|
18 extprogs.h \ |
18 file.h \ |
19 file.h \ |
19 gldraw.h \ |
20 gldraw.h \ |
20 gui.h \ |
21 gui.h \ |
21 history.h \ |
22 history.h \ |
22 ldtypes.h \ |
23 ldtypes.h \ |
31 zz_historyDialog.h \ |
32 zz_historyDialog.h \ |
32 zz_newPartDialog.h \ |
33 zz_newPartDialog.h \ |
33 zz_setContentsDialog.h |
34 zz_setContentsDialog.h |
34 |
35 |
35 SOURCES += bbox.cpp \ |
36 SOURCES += bbox.cpp \ |
|
37 colors.cpp \ |
36 config.cpp \ |
38 config.cpp \ |
37 colors.cpp \ |
39 extprogs.cpp \ |
|
40 file.cpp \ |
38 gldraw.cpp \ |
41 gldraw.cpp \ |
39 gui.cpp \ |
42 gui.cpp \ |
40 gui_actions.cpp \ |
43 gui_actions.cpp \ |
41 gui_editactions.cpp \ |
44 gui_editactions.cpp \ |
42 history.cpp \ |
45 history.cpp \ |
43 file.cpp \ |
|
44 ldtypes.cpp \ |
46 ldtypes.cpp \ |
45 main.cpp \ |
47 main.cpp \ |
46 misc.cpp \ |
48 misc.cpp \ |
47 radiobox.cpp \ |
49 radiobox.cpp \ |
48 str.cpp \ |
50 str.cpp \ |