Tue, 19 Mar 2013 15:29:42 +0200
Licensed LDForge GPL3, added some more icons
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/ |
30
31ff9aabd506
Licensed LDForge GPL3, added some more icons
Santeri Piippo <crimsondusk64@gmail.com>
parents:
29
diff
changeset
|
10 | RC_FILE = ldforge.rc |
0 | 11 | |
12 | # Input | |
13 | 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
|
14 | 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
|
15 | 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
|
16 | 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
|
17 | 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
|
18 | 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
|
19 | 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
|
20 | 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
|
21 | 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
|
22 | cfgdef.h \ |
29
55406ce7446e
Added LDraw path setting dialog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
27
diff
changeset
|
23 | zz_setContentsDialog.h \ |
55406ce7446e
Added LDraw path setting dialog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
27
diff
changeset
|
24 | 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
|
25 | |
0 | 26 | 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
|
27 | 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
|
28 | 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
|
29 | 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
|
30 | 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
|
31 | 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
|
32 | 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
|
33 | 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
|
34 | config.cpp \ |
29
55406ce7446e
Added LDraw path setting dialog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
27
diff
changeset
|
35 | zz_setContentsDialog.cpp \ |
55406ce7446e
Added LDraw path setting dialog
Santeri Piippo <crimsondusk64@gmail.com>
parents:
27
diff
changeset
|
36 | zz_configDialog.cpp |
0 | 37 | |
38 | QMAKE_CXXFLAGS += -std=c++0x | |
39 | QT += opengl |