comparison: ldforge.pro
ldforge.pro
- changeset 0
- c51cce84a9ac
- child 14
- 6d9d8efae2f8
equal
deleted
inserted
replaced
|
1 ###################################################################### |
|
2 # Automatically generated by qmake (2.01a) Sat Sep 22 17:29:49 2012 |
|
3 ###################################################################### |
|
4 |
|
5 TEMPLATE = app |
|
6 TARGET = |
|
7 DEPENDPATH += . |
|
8 INCLUDEPATH += . |
|
9 |
|
10 # Input |
|
11 HEADERS += bbox.h \ |
|
12 common.h \ |
|
13 draw.h \ |
|
14 gui.h \ |
|
15 io.h \ |
|
16 ldtypes.h \ |
|
17 misc.h \ |
|
18 model.h \ |
|
19 scanner.h \ |
|
20 str.h \ |
|
21 config.h \ |
|
22 cfgdef.h |
|
23 SOURCES += bbox.cpp \ |
|
24 draw.cpp \ |
|
25 gui.cpp \ |
|
26 io.cpp \ |
|
27 ldtypes.cpp \ |
|
28 main.cpp \ |
|
29 misc.cpp \ |
|
30 model.cpp \ |
|
31 scanner.cpp \ |
|
32 str.cpp \ |
|
33 config.cpp |
|
34 |
|
35 QMAKE_CXXFLAGS += -std=c++0x |
|
36 QT += opengl |