9 OBJECTS_DIR = ./build/ |
9 OBJECTS_DIR = ./build/ |
10 RC_FILE = ldforge.rc |
10 RC_FILE = ldforge.rc |
11 RESOURCES = ldforge.qrc |
11 RESOURCES = ldforge.qrc |
12 MOC_DIR = ./autogen/ |
12 MOC_DIR = ./autogen/ |
13 RCC_DIR = ./autogen/ |
13 RCC_DIR = ./autogen/ |
14 |
14 SOURCES = ./src/*.cpp |
15 # Input |
15 HEADERS = ./src/*.h |
16 HEADERS += bbox.h \ |
|
17 colors.h \ |
|
18 common.h \ |
|
19 config.h \ |
|
20 extprogs.h \ |
|
21 file.h \ |
|
22 gldraw.h \ |
|
23 gui.h \ |
|
24 history.h \ |
|
25 ldtypes.h \ |
|
26 misc.h \ |
|
27 radiobox.h \ |
|
28 str.h \ |
|
29 types.h \ |
|
30 zz_aboutDialog.h \ |
|
31 zz_addObjectDialog.h \ |
|
32 zz_colorSelectDialog.h \ |
|
33 zz_configDialog.h \ |
|
34 zz_ldrawPathDialog.h \ |
|
35 zz_historyDialog.h \ |
|
36 zz_newPartDialog.h \ |
|
37 zz_setContentsDialog.h |
|
38 |
|
39 SOURCES += \ |
|
40 config.cpp \ |
|
41 gui.cpp \ |
|
42 gldraw.cpp \ |
|
43 bbox.cpp \ |
|
44 colors.cpp \ |
|
45 extprogs.cpp \ |
|
46 file.cpp \ |
|
47 gui_actions.cpp \ |
|
48 gui_editactions.cpp \ |
|
49 history.cpp \ |
|
50 ldtypes.cpp \ |
|
51 main.cpp \ |
|
52 misc.cpp \ |
|
53 radiobox.cpp \ |
|
54 str.cpp \ |
|
55 types.cpp \ |
|
56 zz_aboutDialog.cpp \ |
|
57 zz_addObjectDialog.cpp \ |
|
58 zz_colorSelectDialog.cpp \ |
|
59 zz_configDialog.cpp \ |
|
60 zz_ldrawPathDialog.cpp \ |
|
61 zz_historyDialog.cpp \ |
|
62 zz_newPartDialog.cpp \ |
|
63 zz_setContentsDialog.cpp |
|
64 |
16 |
65 QMAKE_CXXFLAGS += -std=c++0x |
17 QMAKE_CXXFLAGS += -std=c++0x |
66 QT += opengl |
18 QT += opengl |
67 LIBS += -lGLU |
19 LIBS += -lGLU |