Fri, 18 Oct 2013 17:47:05 +0300
- added debug/release build configuration. Debug builds are really useful things!
- fixed an assertion failure with use of QString::operator[]
| 485 | 1 | TARGET = ../ldforge |
| 2 | DEPENDPATH += . | |
| 3 | INCLUDEPATH += . | |
| 4 | RC_FILE = ../ldforge.rc | |
| 5 | RESOURCES = ../ldforge.qrc | |
| 6 | RCC_DIR = ./build/ | |
| 7 | OBJECTS_DIR = ./build/ | |
| 8 | MOC_DIR = ./build/ | |
| 9 | RCC_DIR = ./build/ | |
| 10 | SOURCES = *.cpp | |
| 11 | HEADERS = *.h | |
| 12 | FORMS = ui/*.ui | |
| 13 | QT += opengl network | |
| 14 | QMAKE_CXXFLAGS += -std=c++0x | |
| 15 | ||
| 16 | unix { | |
| 17 | LIBS += -lGLU | |
| 18 | } |