Tue, 21 May 2013 14:06:06 +0300
update project file to only use no overpainting under Windows and -lGLU under *nix
0 | 1 | ###################################################################### |
2 | # Automatically generated by qmake (2.01a) Sat Sep 22 17:29:49 2012 | |
3 | ###################################################################### | |
4 | ||
5 | TEMPLATE = app | |
202
a027f6fc6141
Un-templated CheckBoxGroup, moved it and RadioButton into widgets.cpp/widgets.h; removed license text tab because I think LICENSE is enough.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
183
diff
changeset
|
6 | TARGET = ldforge |
0 | 7 | DEPENDPATH += . |
8 | INCLUDEPATH += . | |
177
4cdd408f2863
Removed groups.. that was stupid. Intersector input now based on colors.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
169
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 |
158
499286fcbf37
Compile the icon resources to a QRC file, so that they are embedded in the application
Santeri Piippo <crimsondusk64@gmail.com>
parents:
157
diff
changeset
|
11 | RESOURCES = ldforge.qrc |
177
4cdd408f2863
Removed groups.. that was stupid. Intersector input now based on colors.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
169
diff
changeset
|
12 | MOC_DIR = ./autogen/ |
4cdd408f2863
Removed groups.. that was stupid. Intersector input now based on colors.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
169
diff
changeset
|
13 | RCC_DIR = ./autogen/ |
183
f1b8cb53d2a2
Moved source files to src/, removed zz_ prefix off dialog files.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
179
diff
changeset
|
14 | SOURCES = ./src/*.cpp |
f1b8cb53d2a2
Moved source files to src/, removed zz_ prefix off dialog files.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
179
diff
changeset
|
15 | HEADERS = ./src/*.h |
0 | 16 | |
17 | QMAKE_CXXFLAGS += -std=c++0x | |
46
69962c85f717
Finally got the renderer to actually draw something! Still needs a lot of work but at least it doesn't show garbage or blank anymore.
Santeri Piippo <crimsondusk64@gmail.com>
parents:
39
diff
changeset
|
18 | QT += opengl |
231
6ee9917b79f8
update project file to only use no overpainting under Windows and -lGLU under *nix
Santeri Piippo <crimsondusk64@gmail.com>
parents:
230
diff
changeset
|
19 | |
6ee9917b79f8
update project file to only use no overpainting under Windows and -lGLU under *nix
Santeri Piippo <crimsondusk64@gmail.com>
parents:
230
diff
changeset
|
20 | win32 { |
6ee9917b79f8
update project file to only use no overpainting under Windows and -lGLU under *nix
Santeri Piippo <crimsondusk64@gmail.com>
parents:
230
diff
changeset
|
21 | DEFINES += "NO_OVERPAINTING" |
6ee9917b79f8
update project file to only use no overpainting under Windows and -lGLU under *nix
Santeri Piippo <crimsondusk64@gmail.com>
parents:
230
diff
changeset
|
22 | } |
6ee9917b79f8
update project file to only use no overpainting under Windows and -lGLU under *nix
Santeri Piippo <crimsondusk64@gmail.com>
parents:
230
diff
changeset
|
23 | |
6ee9917b79f8
update project file to only use no overpainting under Windows and -lGLU under *nix
Santeri Piippo <crimsondusk64@gmail.com>
parents:
230
diff
changeset
|
24 | unix { |
6ee9917b79f8
update project file to only use no overpainting under Windows and -lGLU under *nix
Santeri Piippo <crimsondusk64@gmail.com>
parents:
230
diff
changeset
|
25 | LIBS += -lGLU |
6ee9917b79f8
update project file to only use no overpainting under Windows and -lGLU under *nix
Santeri Piippo <crimsondusk64@gmail.com>
parents:
230
diff
changeset
|
26 | } |