Mon, 18 Mar 2013 18:29:02 +0200
Added LDraw path setting dialog
0 | 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 += . | |
23
69a91c1ff583
begin work on subfile caching
Santeri Piippo <crimsondusk64@gmail.com>
parents:
22
diff
changeset
|
9 | OBJECTS_DIR = build/ |
0 | 10 | |
11 | # Input | |
12 | HEADERS += bbox.h \ | |
14
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
13 | common.h \ |
27
2ba799d294bc
and of course I forget to update ldforge.pro... or to test compile for that matter
Santeri Piippo <crimsondusk64@gmail.com>
parents:
25
diff
changeset
|
14 | gldraw.h \ |
14
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
15 | gui.h \ |
27
2ba799d294bc
and of course I forget to update ldforge.pro... or to test compile for that matter
Santeri Piippo <crimsondusk64@gmail.com>
parents:
25
diff
changeset
|
16 | file.h \ |
14
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
17 | ldtypes.h \ |
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
18 | misc.h \ |
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
19 | str.h \ |
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
20 | config.h \ |
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
21 | cfgdef.h \ |
29
55406ce7446e
Added LDraw path setting dialog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
27
diff
changeset
|
22 | zz_setContentsDialog.h \ |
55406ce7446e
Added LDraw path setting dialog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
27
diff
changeset
|
23 | zz_configDialog.h |
14
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
24 | |
0 | 25 | SOURCES += bbox.cpp \ |
27
2ba799d294bc
and of course I forget to update ldforge.pro... or to test compile for that matter
Santeri Piippo <crimsondusk64@gmail.com>
parents:
25
diff
changeset
|
26 | gldraw.cpp \ |
14
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
27 | gui.cpp \ |
27
2ba799d294bc
and of course I forget to update ldforge.pro... or to test compile for that matter
Santeri Piippo <crimsondusk64@gmail.com>
parents:
25
diff
changeset
|
28 | file.cpp \ |
14
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
29 | ldtypes.cpp \ |
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
30 | main.cpp \ |
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
31 | misc.cpp \ |
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
32 | str.cpp \ |
6d9d8efae2f8
this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
33 | config.cpp \ |
29
55406ce7446e
Added LDraw path setting dialog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
27
diff
changeset
|
34 | zz_setContentsDialog.cpp \ |
55406ce7446e
Added LDraw path setting dialog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
27
diff
changeset
|
35 | zz_configDialog.cpp |
0 | 36 | |
37 | QMAKE_CXXFLAGS += -std=c++0x | |
38 | QT += opengl |